From 9b248f51bc98f174a23f1a4366b3ec266dbc8d00 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Tue, 26 Feb 2008 13:03:01 +0000 Subject: 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) --- src/dialogs/find.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dialogs/find.cpp') 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); } -- cgit v1.2.3