summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-04-11 19:08:37 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-04-11 19:08:37 +0000
commitc97ce3a84aa460c20773ef4c3fc33a4ccb55b2e3 (patch)
tree2c1a9f9b18011f8936e469e874aee447e47f8ad0 /src
parentGerman translation update 99% (diff)
downloadinkscape-c97ce3a84aa460c20773ef4c3fc33a4ccb55b2e3.tar.gz
inkscape-c97ce3a84aa460c20773ef4c3fc33a4ccb55b2e3.zip
UI inconsistency fix (Preferences>Interface.
(bzr r9314)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 00e72bd4f..51e0de710 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1131,19 +1131,19 @@ void InkscapePreferences::initPageUI()
int sizeValues[] = {0, 1, 2};
_misc_small_tools.init( "/toolbox/tools/small", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), 0 );
- _page_ui.add_line( false, _("Toolbox icon size"), _misc_small_tools, "",
+ _page_ui.add_line( false, _("Toolbox icon size:"), _misc_small_tools, "",
_("Set the size for the tool icons (requires restart)"), false);
_misc_small_toolbar.init( "/toolbox/small", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), 0 );
- _page_ui.add_line( false, _("Control bar icon size"), _misc_small_toolbar, "",
+ _page_ui.add_line( false, _("Control bar icon size:"), _misc_small_toolbar, "",
_("Set the size for the icons in tools' control bars to use (requires restart)"), false);
_misc_small_secondary.init( "/toolbox/secondary", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), 1 );
- _page_ui.add_line( false, _("Secondary toolbar icon size"), _misc_small_secondary, "",
+ _page_ui.add_line( false, _("Secondary toolbar icon size:"), _misc_small_secondary, "",
_("Set the size for the icons in secondary toolbars to use (requires restart)"), false);
- _ui_colorsliders_top.init( _("Work-around color sliders not drawing."), "/options/workarounds/colorsontop", false);
+ _ui_colorsliders_top.init( _("Work-around color sliders not drawing"), "/options/workarounds/colorsontop", false);
_page_ui.add_line( false, "", _ui_colorsliders_top, "",
_("When on, will attempt to work around bugs in certain GTK themes drawing color sliders."), true);
@@ -1164,7 +1164,7 @@ void InkscapePreferences::initPageUI()
_("Adjust the slider until the length of the ruler on your screen matches its real length. This information is used when zooming to 1:1, 1:2, etc., to display objects in their true sizes"), true);
- _ui_partialdynamic.init( _("Enable dynamic relayout for incomplete sections."), "/options/workarounds/dynamicnotdone", false);
+ _ui_partialdynamic.init( _("Enable dynamic relayout for incomplete sections"), "/options/workarounds/dynamicnotdone", false);
_page_ui.add_line( false, "", _ui_partialdynamic, "",
_("When on, will allow dynamic layout of components that are not completely finished being refactored."), true);