From bf99312a7dc69f5f30361d6155c257d05b4eb018 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 12 Jun 2013 06:26:25 +0100 Subject: [PATCH] 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 e48d792bb..29f8de4bc 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 7c4f785ea..ae12ad218 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");