From 04b2dc1b30781170771376307ed715d4fa4a1332 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 20 Sep 1999 16:35:42 +0000 Subject: [PATCH] Typo fix - Federico --- gnome/gdesktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/gdesktop.c b/gnome/gdesktop.c index 8311a330f..42b6fb3fc 100644 --- a/gnome/gdesktop.c +++ b/gnome/gdesktop.c @@ -2638,7 +2638,7 @@ GnomeUIInfo desktop_popup_items[] = { GNOMEUIINFO_SUBTREE (N_("_Arrange Icons"), desktop_arrange_icons_items), GNOMEUIINFO_ITEM_NONE (N_("Create _New Window"), NULL, handle_new_window), GNOMEUIINFO_SEPARATOR, - GNOMEUIINFO_ITEM_NONE (N_("Rescan Desktop _Devices"), NULL, handle_rescan_devices), + GNOMEUIINFO_ITEM_NONE (N_("Rescan Desktop De_vices"), NULL, handle_rescan_devices), GNOMEUIINFO_ITEM_NONE (N_("Rescan _Desktop"), NULL, handle_rescan_desktop), GNOMEUIINFO_ITEM_NONE (N_("Configure _Background Image"), NULL, set_background_image), GNOMEUIINFO_END