forked from qt-creator/qt-creator
UI text: fix capitalization for debugger strings
Change-Id: If70418319529f75e893f3d5b60cb7dfa6a739dca Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -88,7 +88,7 @@ void IDocument::setRestoredFrom(const QString &name)
|
||||
m_restored = true;
|
||||
InfoBarEntry info(QLatin1String(kRestoredAutoSave),
|
||||
tr("File was restored from auto-saved copy. "
|
||||
"Use <i>Save</i> to confirm, or <i>Revert to Saved</i> to discard changes."));
|
||||
"Select Save to confirm or Revert to Saved to discard changes."));
|
||||
infoBar()->addInfo(info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user