summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-08-15 19:20:02 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-08-15 19:20:02 +0000
commit9f1b38797e6f17f1abe302bb5cecfc51b6c94529 (patch)
treeaa910e31093dda2a52925753efd2e40383b03ed4 /src/ui
parentFix for 1036010 : Cant read styles with 'em' units (diff)
downloadinkscape-9f1b38797e6f17f1abe302bb5cecfc51b6c94529.tar.gz
inkscape-9f1b38797e6f17f1abe302bb5cecfc51b6c94529.zip
i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).
Translations. inkscape.pot and French translation update. (bzr r11606)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 0237a5ca0..aab8ccc04 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -371,7 +371,7 @@ void InkscapePreferences::initPageTools()
AddGradientCheckbox(_page_zoom, "/tools/zoom", false);
//Measure
- this->AddPage(_page_measure, C_("Measurement tool", "Measure"), iter_tools, PREFS_PAGE_TOOLS_MEASURE);
+ this->AddPage(_page_measure, C_("ContextVerb", "Measure"), iter_tools, PREFS_PAGE_TOOLS_MEASURE);
PrefCheckButton* cb = Gtk::manage( new PrefCheckButton);
cb->init ( _("Ignore first and last points"), "/tools/measure/ignore_1st_and_last", true);
_page_measure.add_line( false, "", *cb, "", _("The start and end of the measurement tool's control line will not be considered for calculating lengths. Only lengths between actual curve intersections will be displayed."));
@@ -429,7 +429,7 @@ void InkscapePreferences::initPageTools()
_("If on, each newly created object will be selected (deselecting previous selection)"));
//Text
- this->AddPage(_page_text, _("Text"), iter_tools, PREFS_PAGE_TOOLS_TEXT);
+ this->AddPage(_page_text, C_("ContextVerb", "Text"), iter_tools, PREFS_PAGE_TOOLS_TEXT);
this->AddSelcueCheckbox(_page_text, "/tools/text", true);
this->AddGradientCheckbox(_page_text, "/tools/text", true);
{