diff --git a/src/plugins/fakevim/fakevimactions.cpp b/src/plugins/fakevim/fakevimactions.cpp index 520bf564f5b..0d2f1e2f18f 100644 --- a/src/plugins/fakevim/fakevimactions.cpp +++ b/src/plugins/fakevim/fakevimactions.cpp @@ -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"));