summaryrefslogtreecommitdiff
path: root/src/nautilus-preferences-dialog.c
diff options
context:
space:
mode:
authorDave Camp <dave@ximian.com>2002-07-11 08:16:20 +0000
committerDave Camp <campd@src.gnome.org>2002-07-11 08:16:20 +0000
commit1fd5f2c1620e2ff45c4918832ee1d5ca1e70c5fe (patch)
tree51b19ae419b39166a7bd20b9cf6d9acbe45b56b4 /src/nautilus-preferences-dialog.c
parent0d249582449c9c06c9808fd886b0a6b57c37a06c (diff)
downloadnautilus-1fd5f2c1620e2ff45c4918832ee1d5ca1e70c5fe.tar.gz
Added a relation between the label and entry. Changed "file names" to
2002-07-11 Dave Camp <dave@ximian.com> * src/nautilus-location-bar.c: (nautilus_location_bar_init): Added a relation between the label and entry. * src/nautilus-preferences-dialog.c: Changed "file names" to "filenames" on request of the ui-review. * src/nautilus-window-manage-views.c: (load_content_view), (nautilus_window_set_sidebar_panels): Added some a11y names and descriptions.
Diffstat (limited to 'src/nautilus-preferences-dialog.c')
-rw-r--r--src/nautilus-preferences-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-preferences-dialog.c b/src/nautilus-preferences-dialog.c
index 5a3db204c..2fdc5d8bc 100644
--- a/src/nautilus-preferences-dialog.c
+++ b/src/nautilus-preferences-dialog.c
@@ -133,12 +133,12 @@ static EelPreferencesItemDescription directory_views_items[] = {
},
{ N_("Show Options"),
NAUTILUS_PREFERENCES_SHOW_HIDDEN_FILES,
- N_("_Hidden files (file names starting with \".\")"),
+ N_("_Hidden files (filenames starting with \".\")"),
EEL_PREFERENCE_ITEM_BOOLEAN
},
{ N_("Show Options"),
NAUTILUS_PREFERENCES_SHOW_BACKUP_FILES,
- N_("_Backup files (file names ending with \"~\")"),
+ N_("_Backup files (filenames ending with \"~\")"),
EEL_PREFERENCE_ITEM_BOOLEAN
},
{ N_("Show Options"),