diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-06-18 10:41:38 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-06-18 10:41:38 +0000 |
| commit | 3c97d4754f895c7c72733689122d4ba5cd03498e (patch) | |
| tree | 95b3eaf0702b5a28f947b6b804d309edd21f7b03 /src/ui/dialog/inkscape-preferences.cpp | |
| parent | Dutch translation update (diff) | |
| download | inkscape-3c97d4754f895c7c72733689122d4ba5cd03498e.tar.gz inkscape-3c97d4754f895c7c72733689122d4ba5cd03498e.zip | |
UI fix / mnemonics
(bzr r10317)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 52c434961..3c272e691 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -487,7 +487,7 @@ void InkscapePreferences::initPageTools() this->AddPage(_page_measure, _("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 beggining 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.")); + _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.")); //Shapes Gtk::TreeModel::iterator iter_shapes = this->AddPage(_page_shapes, _("Shapes"), iter_tools, PREFS_PAGE_TOOLS_SHAPES); |
