Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
the _ should be there, just need to move the )

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -3 -r1.386 -r1.387
--- e_border.c  2 Sep 2005 14:22:17 -0000       1.386
+++ e_border.c  2 Sep 2005 17:51:34 -0000       1.387
@@ -4746,8 +4746,8 @@
        if ((bd->client.icccm.transient_for) && 
(bd->client.icccm.client_leader))
          {
             e_error_dialog_show(_("ICCCM error"),
-                                ("Weird, this window is transient and has a 
leader: %s\n",
-                                  e_border_name_get(bd)));
+                                _("Weird, this window is transient and has a 
leader: %s\n"),
+                                  e_border_name_get(bd));
          }
        if (bd->client.icccm.transient_for)
          {




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to