From bcf9ec91546276b7b0cc575b1aee0513047dda08 Mon Sep 17 00:00:00 2001 From: Chidambar Zinnoury Date: Fri, 9 Jul 2010 11:03:26 +0000 Subject: [PATCH] Pager: typo. SVN revision: 50155 --- src/modules/pager/e_mod_config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/pager/e_mod_config.c b/src/modules/pager/e_mod_config.c index 47ee1e589..0341dd641 100644 --- a/src/modules/pager/e_mod_config.c +++ b/src/modules/pager/e_mod_config.c @@ -412,11 +412,11 @@ _grab_cb_mouse_down(__UNUSED__ void *data, __UNUSED__ int type, void *event) if (ev->buttons == 3) { - e_util_dialog_show(_("Attetion"), + e_util_dialog_show(_("Attention"), _("You cannot use the right mouse button in the
" "shelf for this as it is already taken by internal
" - "code for context menus.
" - "This button only works in the Popup")); + "code for context menus.
" + "This button only works in the popup.")); } _grab_window_hide(cfdata); return ECORE_CALLBACK_PASS_ON;