commit 32b59a42b80fd77609f68d2cef30640f86f61724
Author: Kornel Benko <[email protected]>
Date:   Fri Dec 28 16:04:16 2018 +0100

    Change strings to better reflect the called function
---
 lib/ui/stdtoolbars.inc |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc
index 2f0ef6b..2d7b803 100644
--- a/lib/ui/stdtoolbars.inc
+++ b/lib/ui/stdtoolbars.inc
@@ -153,11 +153,11 @@ ToolbarSet
                Item "Move row down" "tabular-feature move-row-down"
                Item "Move column right" "tabular-feature move-column-right"
                Separator
-               Item "Set top line" "tabular-feature toggle-line-top"
-               Item "Set bottom line" "tabular-feature toggle-line-bottom"
-               Item "Set left line" "tabular-feature toggle-line-left"
-               Item "Set right line" "tabular-feature toggle-line-right"
-               Item "Set border lines" "tabular-feature set-border-lines"
+               Item "Toggle top line" "tabular-feature toggle-line-top"
+               Item "Toggle bottom line" "tabular-feature toggle-line-bottom"
+               Item "Toggle left line" "tabular-feature toggle-line-left"
+               Item "Toggle right line" "tabular-feature toggle-line-right"
+               Item "Toggle border lines" "tabular-feature set-border-lines"
                Item "Set all lines" "tabular-feature set-all-lines"
                Item "Set inner lines" "tabular-feature set-inner-lines"
                Item "Unset all lines" "tabular-feature unset-all-lines"

Reply via email to