diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-08-22 19:33:18 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-08-22 19:33:18 +0000 |
| commit | ac40d1226ad4b0170dc3df567074c54ca20d9469 (patch) | |
| tree | bf7eb90f06fcd1c65c6c478ae7138812be652b3f /src/dialogs/find.cpp | |
| parent | avoid division by zero (Bug 604131) (diff) | |
| download | inkscape-ac40d1226ad4b0170dc3df567074c54ca20d9469.tar.gz inkscape-ac40d1226ad4b0170dc3df567074c54ca20d9469.zip | |
i18n. Context cleanup (context|string replaced with C_).
(bzr r9722)
Diffstat (limited to 'src/dialogs/find.cpp')
| -rw-r--r-- | src/dialogs/find.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dialogs/find.cpp b/src/dialogs/find.cpp index ed693f6ed..54286b389 100644 --- a/src/dialogs/find.cpp +++ b/src/dialogs/find.cpp @@ -606,10 +606,8 @@ sp_find_types () { GtkWidget *c = sp_find_types_checkbox_indented (vb, "clones", TRUE, tt, _("Search clones"), - //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 - // "Clones" is a noun indicating type of object to find - Q_("find|Clones"), NULL, 10); + //TRANSLATORS: "Clones" is a noun indicating type of object to find + C_("Find dialog","Clones"), NULL, 10); gtk_box_pack_start (GTK_BOX (vb_all), c, FALSE, FALSE, 0); } |
