mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Use "folder" instead of "directory" in the accessible description.
2002-07-16 Dave Camp <dave@ximian.com> * src/nautilus-window-manage-views.c (load_content_view): Use "folder" instead of "directory" in the accessible description.
This commit is contained in:
parent
795a59bbed
commit
1eaa6d588a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-07-16 Dave Camp <dave@ximian.com>
|
||||
|
||||
* src/nautilus-window-manage-views.c (load_content_view): Use
|
||||
"folder" instead of "directory" in the accessible description.
|
||||
|
||||
2002-07-15 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* libnautilus-private/nautilus-directory-background.c
|
||||
|
|
|
@ -976,7 +976,7 @@ load_content_view (NautilusWindow *window,
|
|||
window->application->undo_manager);
|
||||
|
||||
eel_accessibility_set_name (view, _("Content View"));
|
||||
eel_accessibility_set_description (view, _("View of the current file or directory"));
|
||||
eel_accessibility_set_description (view, _("View of the current file or folder"));
|
||||
|
||||
window->new_content_view = view;
|
||||
g_object_ref (view);
|
||||
|
|
Loading…
Reference in a new issue