|
From: Enlightenment C. <no...@cv...> - 2006-09-02 10:39:30
|
Enlightenment CVS committal
Author : urandom
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_int_config_theme_import.c
Log Message:
added s space to the string
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_theme_import.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_int_config_theme_import.c 2 Sep 2006 05:15:01 -0000 1.5
+++ e_int_config_theme_import.c 2 Sep 2006 10:39:28 -0000 1.6
@@ -278,7 +278,7 @@
if (!ecore_file_cp(import->cfdata->file, buf))
{
e_util_dialog_show(_("Theme Import Error"),
- _("Enlightenment was unable to import"
+ _("Enlightenment was unable to import "
"the theme<br>due to a copy error."));
}
else
|