From 8a041c5118b6bdf6aba7f32b5b5dc3c40cbfa9c3 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Mon, 16 Mar 2009 20:09:56 +0000 Subject: Contextual split of a message, updated Russian translation (bzr r7504) --- src/widgets/font-selector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/font-selector.cpp') 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); -- cgit v1.2.3