mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Change wording as suggested in the ui review, bug #85668.
2002-07-01 Dave Camp <dave@ximian.com> * src/nautilus-window-menus.c: (forget_history_if_confirmed): Change wording as suggested in the ui review, bug #85668.
This commit is contained in:
parent
418943b317
commit
952f9e5346
3 changed files with 11 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-07-01 Dave Camp <dave@ximian.com>
|
||||
|
||||
* src/nautilus-window-menus.c: (forget_history_if_confirmed):
|
||||
Change wording as suggested in the ui review, bug #85668.
|
||||
|
||||
2002-07-01 David Emory Watson <dwatson@cs.ucr.edu>
|
||||
|
||||
* src/file-manager/fm-directory-view.c:
|
||||
|
|
|
@ -342,12 +342,12 @@ forget_history_if_confirmed (NautilusWindow *window)
|
|||
prompt = g_strdup (_("Are you sure you want to forget history? "
|
||||
"If you do, you will be doomed to repeat it."));
|
||||
} else {
|
||||
prompt = g_strdup (_("Are you sure you want Nautilus to forget "
|
||||
"which locations you have visited?"));
|
||||
prompt = g_strdup (_("Are you sure you want to clear the list "
|
||||
"of locations you have visited?"));
|
||||
}
|
||||
|
||||
dialog = eel_create_question_dialog (prompt,
|
||||
_("Clear History?"),
|
||||
_("Clear History"),
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_CLEAR, RESPONSE_FORGET,
|
||||
GTK_WINDOW (window));
|
||||
|
@ -1329,5 +1329,3 @@ schedule_refresh_go_menu (NautilusWindow *window)
|
|||
window);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -342,12 +342,12 @@ forget_history_if_confirmed (NautilusWindow *window)
|
|||
prompt = g_strdup (_("Are you sure you want to forget history? "
|
||||
"If you do, you will be doomed to repeat it."));
|
||||
} else {
|
||||
prompt = g_strdup (_("Are you sure you want Nautilus to forget "
|
||||
"which locations you have visited?"));
|
||||
prompt = g_strdup (_("Are you sure you want to clear the list "
|
||||
"of locations you have visited?"));
|
||||
}
|
||||
|
||||
dialog = eel_create_question_dialog (prompt,
|
||||
_("Clear History?"),
|
||||
_("Clear History"),
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_CLEAR, RESPONSE_FORGET,
|
||||
GTK_WINDOW (window));
|
||||
|
@ -1329,5 +1329,3 @@ schedule_refresh_go_menu (NautilusWindow *window)
|
|||
window);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue