From bb372fff5fbab563447e8ecb928e5571299a4f38 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 16 Nov 2009 21:16:00 +0000 Subject: [PATCH] Add translatable strings. (NB: TRANSLATORS: Ignore this for now as it may change) SVN revision: 43742 --- src/modules/illume-home/e_mod_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index 1032317f0..fcbb4e321 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -123,7 +123,7 @@ _gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient) static char * _gc_label(E_Gadcon_Client_Class *cc) { - return "Illume-Home"; + return _("Illume-Home"); } static Evas_Object * @@ -233,7 +233,7 @@ _il_home_win_new(Il_Home_Win *hwin) } evas_object_show(hwin->o_bg); - e_win_title_set(hwin->win, "Illume Home"); + e_win_title_set(hwin->win, _("Illume Home")); e_win_name_class_set(hwin->win, "Illume-Home", "Home"); e_win_size_min_set(hwin->win, 24, 24); e_win_resize(hwin->win, 200, 200);