summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorIvan Mas??r <helix84@centrum.sk>2009-06-03 14:33:59 +0000
committerhelix84 <helix84@users.sourceforge.net>2009-06-03 14:33:59 +0000
commit7b524952b4ce3ef5cfec211ccf3d78cc39d739b6 (patch)
tree0aa0090dcc8ea466bf3baedf6726b934190b562f /src/widgets
parent* [INTL:*] make inkscape.pot (diff)
downloadinkscape-7b524952b4ce3ef5cfec211ccf3d78cc39d739b6.tar.gz
inkscape-7b524952b4ce3ef5cfec211ccf3d78cc39d739b6.zip
* [INTL:*] translator comments for all context strings added
(bzr r7985)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/font-selector.cpp2
-rw-r--r--src/widgets/stroke-style.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp
index f4df13f43..ce0893430 100644
--- a/src/widgets/font-selector.cpp
+++ b/src/widgets/font-selector.cpp
@@ -184,6 +184,8 @@ static void sp_font_selector_init(SPFontSelector *fsel)
g_object_set_data (G_OBJECT(fsel), "family-treeview", fsel->family_treeview);
+ //TRANSLATORS: only translate "string" in "context|string".
+ // For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS
/* Style frame */
f = gtk_frame_new(Q_("fontselector|Style"));
gtk_widget_show(f);
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp
index efdb5d3bf..f502f87d3 100644
--- a/src/widgets/stroke-style.cpp
+++ b/src/widgets/stroke-style.cpp
@@ -1073,6 +1073,8 @@ sp_stroke_style_line_widget_new(void)
gint i = 0;
+ //TRANSLATORS: only translate "string" in "context|string".
+ // For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS
/* Stroke width */
spw_label(t, Q_("StrokeWidth|Width:"), 0, i);