Fix Use of Deprecated trUtf8

This commit is contained in:
Adrien 2018-04-19 12:02:26 +02:00
parent 4c40789dca
commit 8e52f1237b

View file

@ -47,7 +47,7 @@ QString NextcloudTheme::about() const
.arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN));
re += trUtf8("<p><small>By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, "
re += tr("<p><small>By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, "
"Olivier Goffart, Markus Götz and others.</small></p>");
re += tr("<p>This release was supplied by the Nextcloud GmbH<br />"