From: dooglus Date: Wed, 20 Feb 2008 15:56:19 +0000 (+0000) Subject: Two new words for translation: "Move" and "Nudge". X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=c54f625fc791d3fec98dfbbf05ebe018f1dfeec0;p=synfig.git Two new words for translation: "Move" and "Nudge". git-svn-id: http://svn.voria.com/code@1789 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/workarea.cpp b/synfig-studio/trunk/src/gtkmm/workarea.cpp index 09c38f2..af6f2f3 100644 --- a/synfig-studio/trunk/src/gtkmm/workarea.cpp +++ b/synfig-studio/trunk/src/gtkmm/workarea.cpp @@ -1164,7 +1164,7 @@ WorkArea::on_key_press_event(GdkEventKey* event) break; } - synfigapp::Action::PassiveGrouper grouper(instance.get(),"Nudge"); + synfigapp::Action::PassiveGrouper grouper(instance.get(),_("Nudge")); // Grid snap does not apply to nudging bool grid_snap_holder(get_grid_snap()); @@ -1620,7 +1620,7 @@ WorkArea::on_drawing_area_event(GdkEvent *event) else if(dragging==DRAG_DUCK) { - synfigapp::Action::PassiveGrouper grouper(instance.get(),"Move"); + synfigapp::Action::PassiveGrouper grouper(instance.get(),_("Move")); dragging=DRAG_NONE; //translate_selected_ducks(mouse_pos); set_axis_lock(false);