mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00
src/app/utils.cpp: cleanup
Remove consecutive whitespaces in string. https://app.transifex.com/savoirfairelinux/search/?q=source_language%3Aen+target_language%3Ahu+source_text%3A%27%5BThis+is+a+list+of+people+who+have+made+a+significant+investment+of+time%2C++++++++with+useful+results%2C+into+Jami.+Any+such+contributors+who+want+to+be+added+to+the+list+++++++++should+contact+us.%5D%27 Change-Id: Id7ef7dac3a8dfafa50c69dc3182b8654b1695b72
This commit is contained in:
parent
d0639b4e88
commit
560f44f6f1
1 changed files with 6 additions and 4 deletions
|
@ -618,10 +618,12 @@ Utils::getProjectCredits()
|
|||
QTextStream in(&projectCreditsFile);
|
||||
return in.readAll().arg(
|
||||
QObject::tr("We would like to thank our contributors, whose efforts over many years have made this software what it is."),
|
||||
QObject::tr("Developers"), QObject::tr("Media"), QObject::tr("Community Management"), QObject::tr("Special thanks to"),
|
||||
QObject::tr("This is a list of people who have made a significant investment of time,\
|
||||
with useful results, into Jami. Any such contributors who want to be added to the list \
|
||||
should contact us."));
|
||||
QObject::tr("Developers"),
|
||||
QObject::tr("Media"),
|
||||
QObject::tr("Community Management"),
|
||||
QObject::tr("Special thanks to"),
|
||||
QObject::tr("This is a list of people who have made a significant investment of time, with useful results, into Jami. Any such contributors who want to be added to the list should contact us.")
|
||||
);
|
||||
}
|
||||
|
||||
inline QString
|
||||
|
|
Loading…
Add table
Reference in a new issue