summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6600255)
raw | patch | inline | side by side (parent: 6600255)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 15 Apr 2007 04:49:33 +0000 (04:49 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 15 Apr 2007 04:49:33 +0000 (04:49 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index a182a9305442c8a98088d9e75d64968f89d5fa32..3627b2e6b74a9d39e69de626793d9c6502308a4b 100644 (file)
_path_tools = _page_list.get_model()->get_path(iter_tools);
_calligrapy_use_abs_size.init ( _("Width is in absolute units"), "tools.calligraphic", "abs_width", false);
- _calligrapy_keep_selected.init ( _("Keep selected"), "tools.calligraphic", "keep_selected", true);
+ _calligrapy_keep_selected.init ( _("Select new path"), "tools.calligraphic", "keep_selected", true);
_connector_ignore_text.init( _("Don't attach connectors to text objects"), "tools.connector", "ignoretext", true);
//Selector
_page_calligraphy.add_line( false, "", _calligrapy_use_abs_size, "",
_("If on, pen width is in absolute units (px) independent of zoom; otherwise pen width depends on zoom so that it looks the same at any zoom"));
_page_calligraphy.add_line( false, "", _calligrapy_keep_selected, "",
- _("If on, each object created with this tool will remain selected after you finish drawing it"));
+ _("If on, each newly created object will be selected (deselecting previous selection)"));
//Paint Bucket
this->AddPage(_page_paintbucket, _("Paint Bucket"), iter_tools, PREFS_PAGE_TOOLS_PAINTBUCKET);
this->AddNewObjectsStyle(_page_paintbucket, "tools.paintbucket");