discomfitor pushed a commit to branch master.

commit bf99312a7dc69f5f30361d6155c257d05b4eb018
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 12 06:26:25 2013 +0100

    rename gadman hover layer to overlay
---
 src/modules/gadman/e_mod_config.c | 2 +-
 src/modules/gadman/e_mod_gadman.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/gadman/e_mod_config.c 
b/src/modules/gadman/e_mod_config.c
index e48d792..29f8de4 100644
--- a/src/modules/gadman/e_mod_config.c
+++ b/src/modules/gadman/e_mod_config.c
@@ -19,7 +19,7 @@ struct _E_Config_Dialog_Data
 static const char *gadman_layer_names[] =
 {
    N_("Background"),
-   N_("Hover (Key Toggle)"),
+   N_("Overlay (Action Toggle)"),
    NULL
 };
 
diff --git a/src/modules/gadman/e_mod_gadman.c 
b/src/modules/gadman/e_mod_gadman.c
index 7c4f785..ae12ad2 100644
--- a/src/modules/gadman/e_mod_gadman.c
+++ b/src/modules/gadman/e_mod_gadman.c
@@ -121,7 +121,7 @@ gadman_init(E_Module *m)
    e_gadcon_location_register(location);
 
    /* create and register "desktop hover" location */
-   location = Man->location[GADMAN_LAYER_TOP] = 
e_gadcon_location_new(_("Desktop Hover"), E_GADCON_SITE_DESKTOP,
+   location = Man->location[GADMAN_LAYER_TOP] = 
e_gadcon_location_new(_("Desktop Overlay"), E_GADCON_SITE_DESKTOP,
                                     _e_gadman_client_add, 
(intptr_t*)(long)GADMAN_LAYER_TOP,
                                     _e_gadman_client_remove, NULL);
    e_gadcon_location_set_icon_name(location, "preferences-desktop");

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to