forked from qt-creator/qt-creator
Translations: Get some translations for Text Editor settings back
Display, font and tab settings. No idea when that broke, but it is trivial to get back. Change-Id: I96b809cb40c899bb62ddeaab03343181826930a8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -19,7 +19,7 @@ namespace TextEditor {
|
||||
QString continuationTooltip()
|
||||
{
|
||||
// FIXME: This is unfair towards translators.
|
||||
return QCoreApplication::translate("TextEditor::Internal::TabSettingsWidget",
|
||||
return QCoreApplication::translate("TextEditor::TabSettingsWidget",
|
||||
"<html><head/><body>\n"
|
||||
"Influences the indentation of continuation lines.\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user