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:
Dave Camp 2002-07-01 21:29:39 +00:00 committed by Dave Camp
parent 418943b317
commit 952f9e5346
3 changed files with 11 additions and 10 deletions

View file

@ -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:

View file

@ -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);
}
}

View file

@ -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);
}
}