UI text: fix capitalization for debugger strings

Change-Id: If70418319529f75e893f3d5b60cb7dfa6a739dca
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Leena Miettinen
2012-10-01 10:14:11 +02:00
committed by hjk
parent a791fee251
commit e06582731e
4 changed files with 20 additions and 20 deletions

View File

@@ -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);
}