Localization update (Ukrainian and Russian)

(cherry picked from commit 70ef2a4725ec97f8cb30504a1286b852c8e6b47e)
This commit is contained in:
Yuriy Puchkov
2021-02-04 09:36:53 +02:00
parent 7088cc9e2c
commit 93fcced53d
22 changed files with 9019 additions and 4934 deletions

View File

@@ -234,7 +234,7 @@ void GeneralConf::initShowTrayIcon()
void GeneralConf::initHistoryConfirmationToDelete()
{
m_historyConfirmationToDelete = new QCheckBox(
tr("Confirmation required on delete screenshot from the latest uploads"),
tr("Confirmation required to delete screenshot from the latest uploads"),
this);
m_historyConfirmationToDelete->setChecked(
ConfigHandler().historyConfirmationToDelete());