mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Merge pull request #5567 from nextcloud/Valdnet-patch-4
Correct spelling
This commit is contained in:
commit
b655fce7e1
3 changed files with 3 additions and 3 deletions
|
@ -176,7 +176,7 @@ bool Application::configVersionMigration()
|
||||||
tr("Some settings were configured in %1 versions of this client and "
|
tr("Some settings were configured in %1 versions of this client and "
|
||||||
"use features that are not available in this version.<br>"
|
"use features that are not available in this version.<br>"
|
||||||
"<br>"
|
"<br>"
|
||||||
"Continuing will mean <b>%2 these settings</b><br>"
|
"Continuing will mean <b>%2 these settings</b>.<br>"
|
||||||
"<br>"
|
"<br>"
|
||||||
"The current configuration file was already backed up to <i>%3</i>.")
|
"The current configuration file was already backed up to <i>%3</i>.")
|
||||||
.arg((downgrading ? tr("newer", "newer software version") : tr("older", "older software version")),
|
.arg((downgrading ? tr("newer", "newer software version") : tr("older", "older software version")),
|
||||||
|
|
Loading…
Reference in a new issue