forked from qt-creator/qt-creator
Fixed some typos and added some missing ellipises
During translation into Slovenian I noticed some typos in original string. For example some missing ellipsis characters and some incorrectly spelled MeeGo names (as Meego) Change-Id: I48eaa95303f1e82ab9893f713056382e8daaef41 Merge-request: 2200 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
fd4078f963
commit
fa4db8d045
@@ -107,7 +107,7 @@ void PlainTextEditorFactory::updateEditorInfoBar(Core::IEditor *editor)
|
||||
Core::InfoBarEntry info(Constants::INFO_SYNTAX_DEFINITION,
|
||||
tr("A highlight definition was not found for this file. "
|
||||
"Would you like to try to find one?"));
|
||||
info.setCustomButtonInfo(tr("Show highlighter options"),
|
||||
info.setCustomButtonInfo(tr("Show highlighter options..."),
|
||||
textEditor, SLOT(acceptMissingSyntaxDefinitionInfo()));
|
||||
info.setCancelButtonInfo(textEditor, SLOT(ignoreMissingSyntaxDefinitionInfo()));
|
||||
file->infoBar()->addInfo(info);
|
||||
|
Reference in New Issue
Block a user