diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-07-06 01:27:08 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-07-06 01:27:08 +0000 |
| commit | 5bf95af00bcd039e8280a14d264ea2875fca5cf3 (patch) | |
| tree | 51496823653d8f8cbe09c814fe6706b005f15ee7 /src/selection-chemistry.cpp | |
| parent | refactoring, add background removal (diff) | |
| download | inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.tar.gz inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.zip | |
undo annotations
(bzr r1361)
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 4 |
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")); |
