From 4c99f48a83a1a74ab46bfeaa841e88196165447a Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Wed, 26 May 2010 22:28:09 +0200 Subject: Consistency fix in the tools strings (badly places :). (bzr r9453) --- src/ui/tool/transform-handle-set.cpp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/ui/tool/transform-handle-set.cpp') diff --git a/src/ui/tool/transform-handle-set.cpp b/src/ui/tool/transform-handle-set.cpp index 1af848b96..6b8fb4c11 100644 --- a/src/ui/tool/transform-handle-set.cpp +++ b/src/ui/tool/transform-handle-set.cpp @@ -134,21 +134,21 @@ protected: if (state_held_control(state)) { if (state_held_shift(state)) { return C_("Transform handle tip", - "Shift+Ctrl: scale uniformly about the rotation center"); + "Shift+Ctrl: scale uniformly about the rotation center"); } return C_("Transform handle tip", "Ctrl: scale uniformly"); } if (state_held_shift(state)) { if (state_held_alt(state)) { return C_("Transform handle tip", - "Shift+Alt: scale using an integer ratio about the rotation center"); + "Shift+Alt: scale using an integer ratio about the rotation center"); } - return C_("Transform handle tip", "Shift: scale from the rotation center"); + return C_("Transform handle tip", "Shift: scale from the rotation center"); } if (state_held_alt(state)) { - return C_("Transform handle tip", "Alt: scale using an integer ratio"); + return C_("Transform handle tip", "Alt: scale using an integer ratio"); } - return C_("Transform handle tip", "Scale handle: drag to scale the selection"); + return C_("Transform handle tip", "Scale handle: drag to scale the selection"); } virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) { @@ -308,16 +308,16 @@ protected: if (state_held_shift(state)) { if (state_held_control(state)) { return format_tip(C_("Transform handle tip", - "Shift+Ctrl: rotate around the opposite corner and snap " + "Shift+Ctrl: rotate around the opposite corner and snap " "angle to %f° increments"), snap_increment_degrees()); } - return C_("Transform handle tip", "Shift: rotate around the opposite corner"); + return C_("Transform handle tip", "Shift: rotate around the opposite corner"); } if (state_held_control(state)) { return format_tip(C_("Transform handle tip", - "Ctrl: snap angle to %f° increments"), snap_increment_degrees()); + "Ctrl: snap angle to %f° increments"), snap_increment_degrees()); } - return C_("Transform handle tip", "Rotation handle: drag to rotate " + return C_("Transform handle tip", "Rotation handle: drag to rotate " "the selection around the rotation center"); } @@ -416,17 +416,17 @@ protected: if (state_held_shift(state)) { if (state_held_control(state)) { return format_tip(C_("Transform handle tip", - "Shift+Ctrl: skew about the rotation center with snapping " + "Shift+Ctrl: skew about the rotation center with snapping " "to %f° increments"), snap_increment_degrees()); } - return C_("Transform handle tip", "Shift: skew about the rotation center"); + return C_("Transform handle tip", "Shift: skew about the rotation center"); } if (state_held_control(state)) { return format_tip(C_("Transform handle tip", - "Ctrl: snap skew angle to %f° increments"), snap_increment_degrees()); + "Ctrl: snap skew angle to %f° increments"), snap_increment_degrees()); } return C_("Transform handle tip", - "Skew handle: drag to skew (shear) selection about " + "Skew handle: drag to skew (shear) selection about " "the opposite handle"); } @@ -476,7 +476,7 @@ protected: virtual Glib::ustring _getTip(unsigned /*state*/) { return C_("Transform handle tip", - "Rotation center: drag to change the origin of transforms"); + "Rotation center: drag to change the origin of transforms"); } private: -- cgit v1.2.3