rename gadman hover layer to overlay

This commit is contained in:
Mike Blumenkrantz 2013-06-12 06:26:25 +01:00
parent d4ee6be578
commit bf99312a7d
2 changed files with 2 additions and 2 deletions

View File

@ -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
};

View File

@ -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");