diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-02-26 13:03:01 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-02-26 13:03:01 +0000 |
| commit | 9b248f51bc98f174a23f1a4366b3ec266dbc8d00 (patch) | |
| tree | 34707c3015d8721b0762c679546a5199aae99913 /src/dialogs/find.cpp | |
| parent | changes in trunk: (diff) | |
| download | inkscape-9b248f51bc98f174a23f1a4366b3ec266dbc8d00.tar.gz inkscape-9b248f51bc98f174a23f1a4366b3ec266dbc8d00.zip | |
Split the "Clones" string to introduce two contexted strings (Clones as objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators.
(bzr r4861)
Diffstat (limited to 'src/dialogs/find.cpp')
| -rw-r--r-- | src/dialogs/find.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dialogs/find.cpp b/src/dialogs/find.cpp index 1418a0212..93077bec1 100644 --- a/src/dialogs/find.cpp +++ b/src/dialogs/find.cpp @@ -615,7 +615,9 @@ sp_find_types () } { - GtkWidget *c = sp_find_types_checkbox_indented (vb, "clones", TRUE, tt, _("Search clones"), _("Clones"), NULL, 10); + GtkWidget *c = sp_find_types_checkbox_indented (vb, "clones", TRUE, tt, _("Search clones"), + //TRANSLATORS: Translate the word "Clones" only. A noun indicating type of object to find + Q_("find|Clones"), NULL, 10); gtk_box_pack_start (GTK_BOX (vb_all), c, FALSE, FALSE, 0); } |
