Fixed typo.
--HG-- branch : develop
This commit is contained in:
parent
aefdd21ac7
commit
4bd615cda4
|
@ -179,7 +179,7 @@ MainWindow::MainWindow(QWidget *parent)
|
||||||
{
|
{
|
||||||
mChangesAsked = true;
|
mChangesAsked = true;
|
||||||
const auto answer = QMessageBox::question(this, tr("Measurements"),
|
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);
|
QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes);
|
||||||
if (answer == QMessageBox::Yes)
|
if (answer == QMessageBox::Yes)
|
||||||
{
|
{
|
||||||
|
@ -1495,7 +1495,7 @@ void MainWindow::SyncMeasurements()
|
||||||
{
|
{
|
||||||
watcher->addPath(path);
|
watcher->addPath(path);
|
||||||
}
|
}
|
||||||
const QString msg = tr("Measurements was synced");
|
const QString msg = tr("Measurements have been synced");
|
||||||
qCDebug(vMainWindow, "%s", qUtf8Printable(msg));
|
qCDebug(vMainWindow, "%s", qUtf8Printable(msg));
|
||||||
helpLabel->setText(msg);
|
helpLabel->setText(msg);
|
||||||
VWidgetPopup::PopupMessage(this, msg);
|
VWidgetPopup::PopupMessage(this, msg);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user