From: cilix42 Date: Thu, 16 Aug 2007 14:32:57 +0000 (+0000) Subject: Slightly better status bar message for Ctrl+dragging X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6de864ffa903bef569aadf92edf00a39c0db97e;p=inkscape.git Slightly better status bar message for Ctrl+dragging --- diff --git a/src/object-edit.cpp b/src/object-edit.cpp index fc62a4fcb..4467074d0 100644 --- a/src/object-edit.cpp +++ b/src/object-edit.cpp @@ -737,21 +737,21 @@ sp_3dbox_knot_holder(SPItem *item, SPDesktop *desktop) SPKnotHolder *knot_holder = sp_knot_holder_new(desktop, item, NULL); sp_knot_holder_add(knot_holder, sp_3dbox_knot0_set, sp_3dbox_knot0_get, NULL, - _("Resize box in X/Y direction; with Shift along the Z axis; with Ctrl to constrain to prolongations of the edges")); + _("Resize box in X/Y direction; with Shift along the Z axis; with Ctrl to constrain to the directions of edges or diagonals")); sp_knot_holder_add(knot_holder, sp_3dbox_knot1_set, sp_3dbox_knot1_get, NULL, - _("Resize box in X/Y direction; with Shift along the Z axis; with Ctrl to constrain to prolongations of the edges")); + _("Resize box in X/Y direction; with Shift along the Z axis; with Ctrl to constrain to the directions of edges or diagonals")); sp_knot_holder_add(knot_holder, sp_3dbox_knot2_set, sp_3dbox_knot2_get, NULL, - _("Resize box in X/Y direction; with Shift along the Z axis; with Ctrl to constrain to prolongations of the edges")); + _("Resize box in X/Y direction; with Shift along the Z axis; with Ctrl to constrain to the directions of edges or diagonals")); sp_knot_holder_add(knot_holder, sp_3dbox_knot3_set, sp_3dbox_knot3_get, NULL, - _("Resize box in X/Y direction; with Shift along the Z axis; with Ctrl to constrain to prolongations of the edges")); + _("Resize box in X/Y direction; with Shift along the Z axis; with Ctrl to constrain to the directions of edges or diagonals")); sp_knot_holder_add(knot_holder, sp_3dbox_knot4_set, sp_3dbox_knot4_get, NULL, - _("Resize box along the Z axis; with Shift in X/Y direction; with Ctrl to constrain to prolongations of the edges")); + _("Resize box along the Z axis; with Shift in X/Y direction; with Ctrl to constrain to the directions of edges or diagonals")); sp_knot_holder_add(knot_holder, sp_3dbox_knot5_set, sp_3dbox_knot5_get, NULL, - _("Resize box along the Z axis; with Shift in X/Y direction; with Ctrl to constrain to prolongations of the edges")); + _("Resize box along the Z axis; with Shift in X/Y direction; with Ctrl to constrain to the directions of edges or diagonals")); sp_knot_holder_add(knot_holder, sp_3dbox_knot6_set, sp_3dbox_knot6_get, NULL, - _("Resize box along the Z axis; with Shift in X/Y direction; with Ctrl to constrain to prolongations of the edges")); + _("Resize box along the Z axis; with Shift in X/Y direction; with Ctrl to constrain to the directions of edges or diagonals")); sp_knot_holder_add(knot_holder, sp_3dbox_knot7_set, sp_3dbox_knot7_get, NULL, - _("Resize box along the Z axis; with Shift in X/Y direction; with Ctrl to constrain to prolongations of the edges")); + _("Resize box along the Z axis; with Shift in X/Y direction; with Ctrl to constrain to the directions of edges or diagonals")); sp_pat_knot_holder(item, knot_holder); return knot_holder;