summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/find.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-10-24 11:11:39 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-10-24 11:11:39 +0000
commitc02fb8223168216d1635a5e1e8adfb1b2e8a69a5 (patch)
tree86b37e5a6ed539c1e0d9db32b7c4fa9620952b88 /src/ui/dialog/find.cpp
parentBeware: some 2geom functions can throw useful exceptions! fixing crash bug 61... (diff)
downloadinkscape-c02fb8223168216d1635a5e1e8adfb1b2e8a69a5.tar.gz
inkscape-c02fb8223168216d1635a5e1e8adfb1b2e8a69a5.zip
Some UI fixes
(bzr r9846)
Diffstat (limited to 'src/ui/dialog/find.cpp')
-rw-r--r--src/ui/dialog/find.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/dialog/find.cpp b/src/ui/dialog/find.cpp
index 25ab999a5..7fad00f56 100644
--- a/src/ui/dialog/find.cpp
+++ b/src/ui/dialog/find.cpp
@@ -57,10 +57,10 @@ namespace Dialog {
Find::Find()
: UI::Widget::Panel("", "/dialogs/find", SP_VERB_DIALOG_FIND),
- _entry_text(_("_Text: "), _("Find objects by their text content (exact or partial match)")),
- _entry_id(_("_ID: "), _("Find objects by the value of the id attribute (exact or partial match)")),
- _entry_style(_("_Style: "), _("Find objects by the value of the style attribute (exact or partial match)")),
- _entry_attribute(_("_Attribute: "), _("Find objects by the name of an attribute (exact or partial match)")),
+ _entry_text(_("_Text:"), _("Find objects by their text content (exact or partial match)")),
+ _entry_id(_("_ID:"), _("Find objects by the value of the id attribute (exact or partial match)")),
+ _entry_style(_("_Style:"), _("Find objects by the value of the style attribute (exact or partial match)")),
+ _entry_attribute(_("_Attribute:"), _("Find objects by the name of an attribute (exact or partial match)")),
_check_search_selection(_("Search in s_election"), _("Limit search to the current selection")),
_check_search_layer(_("Search in current _layer"), _("Limit search to the current layer")),
_check_include_hidden(_("Include _hidden"), _("Include hidden objects in search")),