Restore "CD/DVD Creator" label for menu item. Was removed by a

2007-01-18  Luca Ferretti  <elle.uca@libero.it>

	* src/nautilus-window-menus.c:
	Restore "CD/DVD Creator" label for menu item. Was removed by
	a misunderstood, see bug #385382.


svn path=/trunk/; revision=12699
This commit is contained in:
Luca Ferretti 2007-01-18 11:19:37 +00:00 committed by Luca Ferretti
parent 8b23e76828
commit 2962c56d48
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-01-18 Luca Ferretti <elle.uca@libero.it>
* src/nautilus-window-menus.c:
Restore "CD/DVD Creator" label for menu item. Was removed by
a misunderstood, see bug #385382.
2007-01-11 Mark Gordon <mtgordon@ximian.com>
Merged from gnome-2-16:

View file

@ -673,7 +673,7 @@ static const GtkActionEntry main_entries[] = {
N_("Open your personal trash folder"), /* tooltip */
G_CALLBACK (action_go_to_trash_callback) },
{ "Go to Burn CD", "nautilus-cd-burner", /* name, stock id */
N_("CD/_DVD"), NULL, /* label, accelerator */
N_("CD/_DVD Creator"), NULL, /* label, accelerator */
N_("Open a folder into which you can drag files to burn to a CD or DVD"), /* tooltip */
G_CALLBACK (action_go_to_burn_cd_callback) },
};