summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-07-06 01:27:08 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-07-06 01:27:08 +0000
commit5bf95af00bcd039e8280a14d264ea2875fca5cf3 (patch)
tree51496823653d8f8cbe09c814fe6706b005f15ee7 /src/selection-chemistry.cpp
parentrefactoring, add background removal (diff)
downloadinkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.tar.gz
inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.zip
undo annotations
(bzr r1361)
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 c26efb71d..626199cda 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -1699,10 +1699,10 @@ sp_selection_move(gdouble dx, gdouble dy)
if (dx == 0) {
sp_document_maybe_done(sp_desktop_document(desktop), "selector:move:vertical", SP_VERB_CONTEXT_SELECT,
- _("Nudge vertically"));
+ _("Move vertically"));
} else if (dy == 0) {
sp_document_maybe_done(sp_desktop_document(desktop), "selector:move:horizontal", SP_VERB_CONTEXT_SELECT,
- _("Nudge horizontally"));
+ _("Move horizontally"));
} else {
sp_document_done(sp_desktop_document(desktop), SP_VERB_CONTEXT_SELECT,
_("Move"));