From f6689eb2d33e14e0158c08335fd26a3fb6d17b4f Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 2 May 2012 21:51:19 +0200 Subject: Find dialog: better user message (bzr r11315) --- src/ui/dialog/find.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/find.cpp b/src/ui/dialog/find.cpp index 858df9193..03a440d5c 100644 --- a/src/ui/dialog/find.cpp +++ b/src/ui/dialog/find.cpp @@ -104,7 +104,7 @@ Find::Find() check_images(_("Images"), _("Search images"), false), check_offsets(_("Offsets"), _("Search offset objects"), false), - frame_types(_("Object Types")), + frame_types(_("Object types")), status(""), button_find(_("_Find"), _("Select all objects matching the selection criteria")), @@ -844,7 +844,7 @@ Find::onAction() } } else { - status.set_text(_("Not found")); + status.set_text(_("Nothing found")); if (!check_scope_selection.get_active()) { Inkscape::Selection *selection = sp_desktop_selection (desktop); selection->clear(); @@ -870,7 +870,7 @@ Find::onToggleCheck () } if (!objectok) { - status.set_text(_("Select an object")); + status.set_text(_("Select an object type")); } -- cgit v1.2.3