summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-12-29 17:11:11 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-12-29 17:11:11 +0000
commitad60eb09d30d964d1d250dd6553a10e2a8579282 (patch)
treed7c90efcb8353fad2846828b4db19090b5a16ad5 /src/verbs.cpp
parentFix bug #552289 - Ungrouping objects changes position of arrow lines. This wa... (diff)
downloadinkscape-ad60eb09d30d964d1d250dd6553a10e2a8579282.tar.gz
inkscape-ad60eb09d30d964d1d250dd6553a10e2a8579282.zip
Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)
(bzr r9989)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 4cdad7d36..1695a427e 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2414,7 +2414,7 @@ Verb *Verb::_base_verbs[] = {
// Advanced tutorial for more info
new SelectionVerb(SP_VERB_SELECTION_BREAK_APART, "SelectionBreakApart", N_("Break _Apart"),
N_("Break selected paths into subpaths"), INKSCAPE_ICON_PATH_BREAK_APART),
- new SelectionVerb(SP_VERB_SELECTION_GRIDTILE, "DialogGridArrange", N_("Rows and Columns..."),
+ new SelectionVerb(SP_VERB_SELECTION_GRIDTILE, "DialogGridArrange", N_("Ro_ws and Columns..."),
N_("Arrange selected objects in a table"), INKSCAPE_ICON_DIALOG_ROWS_AND_COLUMNS),
/* Layer */
new LayerVerb(SP_VERB_LAYER_NEW, "LayerNew", N_("_Add Layer..."),