forked from qt-creator/qt-creator
UI text: check capitalization and tooltips
Change-Id: I3686ac83e5fdc009b03e84ab3c7b24a052d119c4 Reviewed-on: http://codereview.qt.nokia.com/569 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
efeefef10a
commit
f1889864db
@@ -255,7 +255,7 @@ void GeneralSettingsPage::importBookmarks()
|
||||
}
|
||||
|
||||
m_ui->errorLabel->setVisible(true);
|
||||
m_ui->errorLabel->setText(tr("There was an error while importing bookmarks!"));
|
||||
m_ui->errorLabel->setText(tr("Cannot import bookmarks."));
|
||||
}
|
||||
|
||||
void GeneralSettingsPage::exportBookmarks()
|
||||
|
||||
Reference in New Issue
Block a user