Mark a string for translation
authorJonh Wendell <jwendell@gnome.org>
Thu, 4 Mar 2010 20:03:13 +0000 (17:03 -0300)
committerJonh Wendell <jwendell@gnome.org>
Thu, 4 Mar 2010 20:03:13 +0000 (17:03 -0300)
gio/gfile.c

index 9bad3f7..fe8f4ed 100644 (file)
@@ -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),