mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 11:48:56 +03:00
i18n for general settings ui
This commit is contained in:
parent
f2bc5c0482
commit
30032f9c0c
1 changed files with 2 additions and 1 deletions
|
@ -338,7 +338,8 @@ QString Theme::about() const
|
||||||
.arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
|
.arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
|
||||||
.arg(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();
|
devString += gitSHA1();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue