[glib] Mark a string for translation



commit 7504095de09756efec4bc39225986c5db10d6ace
Author: Jonh Wendell <jwendell gnome org>
Date:   Thu Mar 4 17:03:13 2010 -0300

    Mark a string for translation

 gio/gfile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gfile.c b/gio/gfile.c
index 9bad3f7..fe8f4ed 100644
--- a/gio/gfile.c
+++ b/gio/gfile.c
@@ -2752,7 +2752,7 @@ retry:
         goto retry;
       else if (errsv == ENOSYS || errsv == EINVAL)
         g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
-                             "Splice not supported");
+                             _("Splice not supported"));
       else
         g_set_error (error, G_IO_ERROR,
                      g_io_error_from_errno (errsv),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]