Le Tan 7 years ago
parent
commit
8013753315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/vmainwindow.cpp

+ 1 - 1
src/vmainwindow.cpp

@@ -1209,7 +1209,7 @@ void VMainWindow::initEditMenu()
             this, &VMainWindow::changeHighlightSelectedWord);
 
     // Highlight trailing space.
-    QAction *trailingSapceAct = new QAction(tr("Highlight Trailing Sapces"), this);
+    QAction *trailingSapceAct = new QAction(tr("Highlight Trailing Spaces"), this);
     trailingSapceAct->setToolTip(tr("Highlight all the spaces at the end of a line"));
     trailingSapceAct->setCheckable(true);
     connect(trailingSapceAct, &QAction::triggered,