summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-01-18 17:14:59 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-01-18 17:14:59 +0000
commit85806cc9f34adcf577baa6affd2721b4d4550a7b (patch)
tree2b524b3a2c779009d836801d1fb60ccd13473c49 /src/selection-chemistry.cpp
parenttext markup (diff)
downloadinkscape-85806cc9f34adcf577baa6affd2721b4d4550a7b.tar.gz
inkscape-85806cc9f34adcf577baa6affd2721b4d4550a7b.zip
text fixes
(bzr r2241)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 86f48fef2..61d6b9284 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -1751,10 +1751,10 @@ sp_selection_move_screen(gdouble dx, gdouble dy)
if (dx == 0) {
sp_document_maybe_done(sp_desktop_document(desktop), "selector:move:vertical", SP_VERB_CONTEXT_SELECT,
- _("Nudge vertically by pixels"));
+ _("Move vertically by pixels"));
} else if (dy == 0) {
sp_document_maybe_done(sp_desktop_document(desktop), "selector:move:horizontal", SP_VERB_CONTEXT_SELECT,
- _("Nudge horizontally by pixels"));
+ _("Move horizontally by pixels"));
} else {
sp_document_done(sp_desktop_document(desktop), SP_VERB_CONTEXT_SELECT,
_("Move"));