summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2009-03-16 20:09:56 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2009-03-16 20:09:56 +0000
commit8a041c5118b6bdf6aba7f32b5b5dc3c40cbfa9c3 (patch)
treef825156ec5e76127dbffc7ce40f78a58e31bdc7e /src/widgets/font-selector.cpp
parentRemoving one filter primitive again to some Comics filters, changing Round co... (diff)
downloadinkscape-8a041c5118b6bdf6aba7f32b5b5dc3c40cbfa9c3.tar.gz
inkscape-8a041c5118b6bdf6aba7f32b5b5dc3c40cbfa9c3.zip
Contextual split of a message, updated Russian translation
(bzr r7504)
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 502c34790..f4df13f43 100644
--- a/src/widgets/font-selector.cpp
+++ b/src/widgets/font-selector.cpp
@@ -185,7 +185,7 @@ static void sp_font_selector_init(SPFontSelector *fsel)
/* Style frame */
- f = gtk_frame_new(_("Style"));
+ f = gtk_frame_new(Q_("fontselector|Style"));
gtk_widget_show(f);
gtk_box_pack_start(GTK_BOX (fsel), f, TRUE, TRUE, 0);