diff options
author | John Sullivan <sullivan@src.gnome.org> | 2001-02-01 19:26:29 +0000 |
---|---|---|
committer | John Sullivan <sullivan@src.gnome.org> | 2001-02-01 19:26:29 +0000 |
commit | 0970b2fd8407bc45159c782d77f6ee86434a831e (patch) | |
tree | a3849387358f45aade37cfa81b4a2c781578f4cc /libnautilus-extensions/nautilus-global-preferences.c | |
parent | d8c97fa26fbf5e7dd182ba71c8a9e7aefd094e76 (diff) | |
download | nautilus-0970b2fd8407bc45159c782d77f6ee86434a831e.tar.gz |
reviewed by: Darin Adler <darin@eazel.com>
* libnautilus-extensions/nautilus-global-preferences.c:
(global_preferences_install_descriptions):
Parenthesize parenthetical part of "slow but complete
search" checkbox label.
(global_preferences_create_dialog): Use SHORT_ENUM
instead of ENUM type for executable text file
activation options so they all go on one line, taking
less precious vertical screen real estate.
Diffstat (limited to 'libnautilus-extensions/nautilus-global-preferences.c')
-rw-r--r-- | libnautilus-extensions/nautilus-global-preferences.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus-extensions/nautilus-global-preferences.c b/libnautilus-extensions/nautilus-global-preferences.c index 8029cd2d0..8d42b3032 100644 --- a/libnautilus-extensions/nautilus-global-preferences.c +++ b/libnautilus-extensions/nautilus-global-preferences.c @@ -172,7 +172,7 @@ global_preferences_install_descriptions (void) /* search tradeoffs */ nautilus_preferences_set_description (NAUTILUS_PREFERENCES_SEARCH_METHOD, _("Do slower but more complete search whenever possible\n" - "Slower search is not available when searching by content")); + "(slower search is not available when searching by content)")); /* search bar type */ nautilus_preferences_set_description (NAUTILUS_PREFERENCES_SEARCH_BAR_TYPE, @@ -626,7 +626,7 @@ global_preferences_create_dialog (void) nautilus_preferences_pane_add_item_to_nth_group (NAUTILUS_PREFERENCES_PANE (directory_views_pane), 4, NAUTILUS_PREFERENCES_EXECUTABLE_TEXT_ACTIVATION, - NAUTILUS_PREFERENCE_ITEM_ENUM); + NAUTILUS_PREFERENCE_ITEM_SHORT_ENUM); /* * Search Settings |