rename input bindings settings to be more accurate and descriptive

SVN revision: 72529
This commit is contained in:
Mike Blumenkrantz 2012-06-20 08:37:02 +00:00
parent a0c418c132
commit a799a7c4be
1 changed files with 3 additions and 3 deletions

View File

@ -18,15 +18,15 @@ e_modapi_init(E_Module *m)
NULL, "preferences-behavior");
e_configure_registry_item_add("keyboard_and_mouse/key_bindings", 10,
_("Keys"), NULL,
_("Key Bindings"), NULL,
"preferences-desktop-keyboard-shortcuts",
e_int_config_keybindings);
e_configure_registry_item_add("keyboard_and_mouse/mouse_bindings", 20,
_("Mouse Buttons"), NULL,
_("Mouse Bindings"), NULL,
"preferences-desktop-mouse",
e_int_config_mousebindings);
e_configure_registry_item_add("keyboard_and_mouse/acpi_bindings", 30,
_("Hardware Switches"), NULL,
_("ACPI Bindings"), NULL,
"preferences-system-power-management",
e_int_config_acpibindings);
conf_module = m;