summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-search-uri.c
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-12-21 18:26:57 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-12-21 18:26:57 +0000
commit114bc35edc42f6ef278befba53832ce772d80dc3 (patch)
treed0ad06e080767fb0c953dc9bdd41e94b02c2adfd /libnautilus-private/nautilus-search-uri.c
parent3535cc52de93d1d4989147968e4d0a8248bc010d (diff)
downloadnautilus-114bc35edc42f6ef278befba53832ce772d80dc3.tar.gz
Updated self-check expected results to match recent wording changes. This
* libnautilus-extensions/nautilus-search-uri.c: (nautilus_self_check_search_uri): Updated self-check expected results to match recent wording changes. This should fix the Tinderbox build.
Diffstat (limited to 'libnautilus-private/nautilus-search-uri.c')
-rw-r--r--libnautilus-private/nautilus-search-uri.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libnautilus-private/nautilus-search-uri.c b/libnautilus-private/nautilus-search-uri.c
index 3efc460c4..005c4f18b 100644
--- a/libnautilus-private/nautilus-search-uri.c
+++ b/libnautilus-private/nautilus-search-uri.c
@@ -822,18 +822,18 @@ nautilus_self_check_search_uri (void)
/* make sure all the code paths work */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff"),
- _("Items with \"stuff\" in the name"));
+ _("Items containing \"stuff\" in their names"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"),
- _("Items with \"stuff\" in the name and are regular files"));
+ _("Items containing \"stuff\" in their names and that are regular files"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"
" & size smaller_than 2000"),
- _("Items with \"stuff\" in the name, are regular files and "
+ _("Items containing \"stuff\" in their names, that are regular files and "
"smaller than 2000 bytes"));
/* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */
NAUTILUS_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains medusa & file_type is directory"),
- _("Items with \"medusa\" in the name and are "
+ _("Items containing \"medusa\" in their names and that are "
"folders"));
/* is_search_uri */