mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Translate enterprise channel explanation string.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
bc05dc8a18
commit
9bd4ef1b83
1 changed files with 3 additions and 2 deletions
|
@ -388,7 +388,8 @@ void GeneralSettings::slotUpdateChannelChanged()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto enterprise = configFile.validUpdateChannels().contains("enterprise") ? "- enterprise: contains stable versions for customers.\n"
|
const auto enterprise = configFile.validUpdateChannels().contains("enterprise") ? tr("- enterprise: contains stable versions for customers.\n",
|
||||||
|
"description of enterprise update channel for enterprise customers")
|
||||||
: "";
|
: "";
|
||||||
auto msgBox = new QMessageBox(
|
auto msgBox = new QMessageBox(
|
||||||
QMessageBox::Warning,
|
QMessageBox::Warning,
|
||||||
|
@ -396,7 +397,7 @@ void GeneralSettings::slotUpdateChannelChanged()
|
||||||
tr("The channel determines which upgrades will be offered to install:\n"
|
tr("The channel determines which upgrades will be offered to install:\n"
|
||||||
"- stable: contains tested versions considered reliable\n"
|
"- stable: contains tested versions considered reliable\n"
|
||||||
"- beta: contains versions with new features that may not be tested thoroughly\n"
|
"- beta: contains versions with new features that may not be tested thoroughly\n"
|
||||||
"- daily: contains versions created daily only for testing and development\n\n"
|
"- daily: contains versions created daily only for testing and development\n"
|
||||||
"%1\n"
|
"%1\n"
|
||||||
"Downgrading versions is not possible immediately: changing from beta to stable means waiting for the new stable version.").arg(enterprise),
|
"Downgrading versions is not possible immediately: changing from beta to stable means waiting for the new stable version.").arg(enterprise),
|
||||||
QMessageBox::NoButton,
|
QMessageBox::NoButton,
|
||||||
|
|
Loading…
Reference in a new issue