summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2012-11-26 02:52:34 +0000
committerAlexandre Prokoudine <alexandre@darkroom>2012-11-26 02:52:34 +0000
commit06bd90e7b1f3cbf7f15cf9a10961218d02da853f (patch)
tree2c593fc9d5042c6cc4c1a605751815bed1a57d42 /src/widgets/font-selector.cpp
parentBuild fixes to get 0.49 in shape to release (diff)
downloadinkscape-06bd90e7b1f3cbf7f15cf9a10961218d02da853f.tar.gz
inkscape-06bd90e7b1f3cbf7f15cf9a10961218d02da853f.zip
Made a few user-visible messages translatable
(bzr r11899)
Diffstat (limited to 'src/widgets/font-selector.cpp')
-rw-r--r--src/widgets/font-selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp
index 6a677307e..c7f28fb9c 100644
--- a/src/widgets/font-selector.cpp
+++ b/src/widgets/font-selector.cpp
@@ -133,7 +133,7 @@ static void sp_font_selector_set_size_tooltip(SPFontSelector *fsel)
{
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
int unit = prefs->getInt("/options/font/unitType", SP_CSS_UNIT_PT);
- Glib::ustring tooltip = Glib::ustring::format("Font size (", sp_style_get_css_unit_string(unit), ")");
+ Glib::ustring tooltip = Glib::ustring::format(_("Font size"), " (", sp_style_get_css_unit_string(unit), ")");
gtk_widget_set_tooltip_text (fsel->size, _(tooltip.c_str()));
}