diff --git a/projectcredits.html b/projectcredits.html index e5f7b6bb..c3e2e143 100644 --- a/projectcredits.html +++ b/projectcredits.html @@ -1,10 +1,14 @@ +

Adrien Béraud

+

Albert Babí

Alexandre Lision

Alexandr Sergheev

-

Adrien Béraud

Alexandre Viau

Aline Bonnet

+

Aline Gondim Santos

+

AmirHossein Naghshzan

Andreas Traczyk

Anthony Léonard

+

Brando Tovar

Cyrille Béraud

Dorina Mosku

Eden Abitbol

@@ -12,20 +16,24 @@

Éloi Bail

Emmanuel Lepage-Vallée

Frédéric Guimont

+

Guillaume Heller

Guillaume Roguez

Hadrien De Sousa

Julien Grossholtz

Kateryna Kostiuk

Loïc Siret

Mingrui Zhang

+

Mohamed Chibani

Mohamed Amine Younes Bouacida

Nicolas Jäger

Nicolas Reynaud

Olivier Gregoire

Olivier Soldano

Patrick Keroulas

+

Peymane Marandi

Philippe Gorley

Pierre Lespagnol

+

Raphaël Brulé

Rayan Osseiran

Romain Bertozzi

Sébastien Blin

diff --git a/src/mainview/components/AboutPopUp.qml b/src/mainview/components/AboutPopUp.qml index 0ed5fb7f..cedcf7e8 100644 --- a/src/mainview/components/AboutPopUp.qml +++ b/src/mainview/components/AboutPopUp.qml @@ -110,7 +110,7 @@ Dialog { TextMetrics { id: textMetricsjamiSlogansText font: jamiSlogansText.font - text: qsTr("Free as in Freedom") + text: qsTr("Together") } } @@ -132,7 +132,7 @@ Dialog { /* * TextMetrics does not work for multi-line. */ - text: qsTr("The Microsoft Windows client for Jami.\nJami is a secured and distributed communciation software.") + text: qsTr("The Qt client for Jami.\nJami is a secured and distributed communication software.") } Label {