Change strings to better reflect the called function

This commit is contained in:
Kornel Benko 2018-12-28 16:04:16 +01:00
parent 2ebb0dfdcc
commit 32b59a42b8

View File

@ -153,11 +153,11 @@ ToolbarSet
Item "Move row down" "tabular-feature move-row-down" Item "Move row down" "tabular-feature move-row-down"
Item "Move column right" "tabular-feature move-column-right" Item "Move column right" "tabular-feature move-column-right"
Separator Separator
Item "Set top line" "tabular-feature toggle-line-top" Item "Toggle top line" "tabular-feature toggle-line-top"
Item "Set bottom line" "tabular-feature toggle-line-bottom" Item "Toggle bottom line" "tabular-feature toggle-line-bottom"
Item "Set left line" "tabular-feature toggle-line-left" Item "Toggle left line" "tabular-feature toggle-line-left"
Item "Set right line" "tabular-feature toggle-line-right" Item "Toggle right line" "tabular-feature toggle-line-right"
Item "Set border lines" "tabular-feature set-border-lines" Item "Toggle border lines" "tabular-feature set-border-lines"
Item "Set all lines" "tabular-feature set-all-lines" Item "Set all lines" "tabular-feature set-all-lines"
Item "Set inner lines" "tabular-feature set-inner-lines" Item "Set inner lines" "tabular-feature set-inner-lines"
Item "Unset all lines" "tabular-feature unset-all-lines" Item "Unset all lines" "tabular-feature unset-all-lines"