i18n for general settings ui

This commit is contained in:
kevin147147 2018-10-30 17:32:52 +01:00 committed by GitHub
parent f2bc5c0482
commit 30032f9c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,7 +338,8 @@ QString Theme::about() const
.arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN));
devString += tr("<p>This release was supplied by the Nextcloud GmbH</p>");
devString += tr("<p>This release was supplied by %1</p>")
.arg(APPLICATION_VENDOR);
devString += gitSHA1();