jaehwan pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=7dcbe9c01b713d4ad2a2db6257677e6549e5d2d0

commit 7dcbe9c01b713d4ad2a2db6257677e6549e5d2d0
Author: Jaehwan Kim <[email protected]>
Date:   Thu Dec 8 14:32:57 2016 +0900

    project_navigator: fix typing-error
---
 src/bin/ui/project_navigator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/project_navigator.c b/src/bin/ui/project_navigator.c
index fcfb8a1..b6af159 100644
--- a/src/bin/ui/project_navigator.c
+++ b/src/bin/ui/project_navigator.c
@@ -698,7 +698,7 @@ _btn_del_group_cb(void *data __UNUSED__,
         if (!_folder_check(prefix, true))
           {
              popup_add(_("Warning: Delete layout"),
-                       _("Cann't delete one of those opened layouts. Please, "
+                       _("Can't delete one of those opened layouts. Please, "
                          "close the layout tab before delete it."),
                        BTN_CANCEL, NULL, NULL);
              return;
@@ -720,7 +720,7 @@ _btn_del_group_cb(void *data __UNUSED__,
         if (group->edit_object)
           {
              popup_add(_("Warning: Delete layout"),
-                       _("Cann't delete the opened layout. Please, "
+                       _("Can't delete the opened layout. Please, "
                          "close the layout tab before delete it."),
                        BTN_CANCEL, NULL, NULL);
              return;

-- 


Reply via email to