Author: kelnos
Date: 2006-07-29 07:30:59 +0000 (Sat, 29 Jul 2006)
New Revision: 22557

Modified:
   xfdesktop/trunk/src/xfdesktop-file-icon-manager.c
Log:
fix typo


Modified: xfdesktop/trunk/src/xfdesktop-file-icon-manager.c
===================================================================
--- xfdesktop/trunk/src/xfdesktop-file-icon-manager.c   2006-07-29 07:20:13 UTC 
(rev 22556)
+++ xfdesktop/trunk/src/xfdesktop-file-icon-manager.c   2006-07-29 07:30:59 UTC 
(rev 22557)
@@ -231,7 +231,7 @@
                     /* would prefer to use thunar_vfs_make_directory() here,
                      * but i don't want to use an async operation */
                     if(mkdir(pathname, 0700)) {
-                        gchar *primary = g_markup_printf_excaped(_("Xfdesktop 
was unable to create the folder \"%s\" to store desktop items:"),
+                        gchar *primary = g_markup_printf_escaped(_("Xfdesktop 
was unable to create the folder \"%s\" to store desktop items:"),
                                                                  pathname);
                         xfce_message_dialog(NULL, _("Create Folder Failed"),
                                             GTK_STOCK_DIALOG_WARNING, primary,

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to