Skip to content

Commit

Permalink
User "1" instead of "one" in thelegacy import dialogs.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila <[email protected]>
  • Loading branch information
Camila committed Sep 20, 2023
1 parent 940458b commit c39f569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/accountmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ bool AccountManager::restoreFromLegacySettings()
const auto importQuestion = accountsListSize > 1
? tr("%1 accounts were detected on a legacy desktop client.\n"
"Should the accounts be imported?").arg(QString::number(accountsListSize))
: tr("One account was detected on a legacy desktop client.\n"
: tr("1 account was detected on a legacy desktop client.\n"
"Should the account be imported?");
const auto importMessageBox = new QMessageBox(QMessageBox::Question, tr("Legacy import"), importQuestion);
importMessageBox->addButton(tr("Import"), QMessageBox::AcceptRole);
Expand Down

0 comments on commit c39f569

Please sign in to comment.