From 00192b019c0537aa104eb26579f9debcc09e1c2d Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Tue, 3 Feb 2009 08:39:34 +0000 Subject: [PATCH] Fix description, focus the desktop, not desktop backgroung (Closes bug 2009-02-03 Luca Ferretti * src/include/all-keybindings.h: Fix description, focus the desktop, not desktop backgroung (Closes bug #569649) svn path=/trunk/; revision=4112 --- ChangeLog | 5 +++++ src/include/all-keybindings.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 668c60078..54a3caea1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-03 Luca Ferretti + + * src/include/all-keybindings.h: Fix description, focus the + desktop, not desktop backgroung (Closes bug #569649) + 2009-02-02 Matt Kraai * src/core/schema-bindings.c: Wrap g_error calls in braces. diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h index aa5095769..378a7ac1b 100644 --- a/src/include/all-keybindings.h +++ b/src/include/all-keybindings.h @@ -188,7 +188,7 @@ keybind (cycle_panels_backward, handle_cycle, META_TAB_LIST_DOCKS, /***********************************/ keybind (show_desktop, handle_show_desktop, 0, 0, "d", - _("Hide all normal windows and set focus to the desktop background")) + _("Hide all normal windows and set focus to the desktop")) keybind (panel_main_menu, handle_panel, META_KEYBINDING_ACTION_PANEL_MAIN_MENU, 0, "F1", _("Show the panel's main menu"))