Fixed typo.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-09-27 13:00:56 +03:00
parent aefdd21ac7
commit 4bd615cda4

View file

@ -179,7 +179,7 @@ MainWindow::MainWindow(QWidget *parent)
{
mChangesAsked = true;
const auto answer = QMessageBox::question(this, tr("Measurements"),
tr("Measurements was changed. Do you want to sync measurements now?"),
tr("Measurements were changed. Do you want to sync measurements now?"),
QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes);
if (answer == QMessageBox::Yes)
{
@ -1495,7 +1495,7 @@ void MainWindow::SyncMeasurements()
{
watcher->addPath(path);
}
const QString msg = tr("Measurements was synced");
const QString msg = tr("Measurements have been synced");
qCDebug(vMainWindow, "%s", qUtf8Printable(msg));
helpLabel->setText(msg);
VWidgetPopup::PopupMessage(this, msg);