diff options
author | Leena Miettinen <[email protected]> | 2014-03-06 14:44:32 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2014-03-06 15:07:54 +0100 |
commit | eee976d1bd28afec45a9af7467581aec48dbbd6e (patch) | |
tree | 307df539dedd7dbebb23127c69fb056a37913722 | |
parent | 61c119ce7ff41f30a50f15cb93f7ab4c1328c2cb (diff) |
FakeVim: Fix punctuation of messages
Change-Id: Ic176e47aaa53c9e8527dc4f7016c5d49610dcb05
Reviewed-by: hjk <[email protected]>
-rw-r--r-- | src/plugins/fakevim/fakevimoptions.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fakevim/fakevimoptions.ui b/src/plugins/fakevim/fakevimoptions.ui index 11a789283e1..8aa972b88a8 100644 --- a/src/plugins/fakevim/fakevimoptions.ui +++ b/src/plugins/fakevim/fakevimoptions.ui @@ -140,7 +140,7 @@ <item row="7" column="1"> <widget class="QCheckBox" name="checkBoxRelativeNumber"> <property name="toolTip"> - <string>Display line numbers relative to the line containing text cursor.</string> + <string>Displays line numbers relative to the line containing text cursor.</string> </property> <property name="text"> <string>Show line numbers relative to cursor</string> |