Skip to content

Commit e94d57e

Browse files
committedAug 27, 2015
translation string fix
1 parent 4c28d7f commit e94d57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/grass/qtermwidget/SearchBar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SearchBar::SearchBar(QWidget *parent) : QWidget(parent)
4646
m_useRegularExpressionMenuEntry->setCheckable(true);
4747
connect(m_useRegularExpressionMenuEntry, SIGNAL(toggled(bool)), this, SIGNAL(searchCriteriaChanged()));
4848

49-
m_highlightMatchesMenuEntry = optionsMenu->addAction(tr("Higlight all matches"));
49+
m_highlightMatchesMenuEntry = optionsMenu->addAction(tr("Highlight all matches"));
5050
m_highlightMatchesMenuEntry->setCheckable(true);
5151
m_highlightMatchesMenuEntry->setChecked(true);
5252
connect(m_highlightMatchesMenuEntry, SIGNAL(toggled(bool)), this, SIGNAL(highlightMatchesChanged(bool)));

0 commit comments

Comments
 (0)
Please sign in to comment.