forked from qt-creator/qt-creator
FakeVim: Fix GUI text for "Smart indentation" setting
Change-Id: Ib347a36dd10a6474aae4da7285f4374593d372f6 Fixes: QTCREATORBUG-26607 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -104,7 +104,7 @@ FakeVimSettings::FakeVimSettings()
|
||||
setup(&shiftWidth, 8, "ShiftWidth", "sw", tr("Shift width:"));
|
||||
setup(&expandTab, false, "ExpandTab", "et", tr("Expand tabulators"));
|
||||
setup(&autoIndent, false, "AutoIndent", "ai", tr("Automatic indentation"));
|
||||
setup(&smartIndent, false, "SmartIndent", "si", tr("Smart tabulators"));
|
||||
setup(&smartIndent, false, "SmartIndent", "si", tr("Smart indentation"));
|
||||
setup(&incSearch, true, "IncSearch", "is", tr("Incremental search"));
|
||||
setup(&useCoreSearch, false, "UseCoreSearch", "ucs", tr("Use search dialog"));
|
||||
setup(&smartCase, false, "SmartCase", "scs", tr("Use smartcase"));
|
||||
|
Reference in New Issue
Block a user