summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3629aae)
raw | patch | inline | side by side (parent: 3629aae)
author | JazzyNico <nicoduf@yahoo.fr> | |
Thu, 15 Apr 2010 20:46:49 +0000 (22:46 +0200) | ||
committer | JazzyNico <nicoduf@yahoo.fr> | |
Thu, 15 Apr 2010 20:46:49 +0000 (22:46 +0200) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index 236fc8c76703944294fcd310f6f011ab786ec2cb..96f0a0f6e072f2114324e9b9ee9c3a01a0a4f22d 100644 (file)
_t_node_single_node_transform_handles.init(_("Show transform handles for single nodes"), "/tools/nodes/single_node_transform_handles", false);
_page_node.add_line( true, "", _t_node_single_node_transform_handles, "", _("Show transform handles even when only a single node is selected"));
_t_node_delete_preserves_shape.init(_("Deleting nodes preserves shape"), "/tools/nodes/delete_preserves_shape", true);
- _page_node.add_line( true, "", _t_node_delete_preserves_shape, "", _("Move handles next to deleted nodes to resemble original shape. Hold Ctrl to get the other behavior"));
+ _page_node.add_line( true, "", _t_node_delete_preserves_shape, "", _("Move handles next to deleted nodes to resemble original shape; hold Ctrl to get the other behavior"));
//Tweak
this->AddPage(_page_tweak, _("Tweak"), iter_tools, PREFS_PAGE_TOOLS_TWEAK);
_page_clones.add_line( true, "", _clone_option_stay, "",
_("Clones preserve their positions when their original is moved"));
_page_clones.add_line( true, "", _clone_option_transform, "",
- _("Each clone moves according to the value of its transform= attribute. For example, a rotated clone will move in a different direction than its original"));
+ _("Each clone moves according to the value of its transform= attribute; for example, a rotated clone will move in a different direction than its original"));
_page_clones.add_group_header( _("When the original is deleted, its clones:"));
_page_clones.add_line( true, "", _clone_option_unlink, "",
_("Orphaned clones are converted to regular objects"));