diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-05-02 19:51:19 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-05-02 19:51:19 +0000 |
| commit | f6689eb2d33e14e0158c08335fd26a3fb6d17b4f (patch) | |
| tree | 4e30b70a8497c5be63a00d388fe1578d8ef05457 /src/ui/dialog/find.cpp | |
| parent | Find dialog UI: (diff) | |
| download | inkscape-f6689eb2d33e14e0158c08335fd26a3fb6d17b4f.tar.gz inkscape-f6689eb2d33e14e0158c08335fd26a3fb6d17b4f.zip | |
Find dialog: better user message
(bzr r11315)
Diffstat (limited to 'src/ui/dialog/find.cpp')
| -rw-r--r-- | src/ui/dialog/find.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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")); } |
