[gvfs] mtp: fix error messages to be more consistent
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gvfs] mtp: fix error messages to be more consistent
- Date: Fri, 25 Oct 2013 11:36:21 +0000 (UTC)
commit e26b4c1741ffc8c99389c0b3a80b2c3c223f9dee
Author: Ondrej Holy <oholy redhat com>
Date:   Mon Sep 16 18:20:47 2013 +0200
    mtp: fix error messages to be more consistent
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697451
 daemon/gvfsbackendmtp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/gvfsbackendmtp.c b/daemon/gvfsbackendmtp.c
index 657c314..23e118b 100644
--- a/daemon/gvfsbackendmtp.c
+++ b/daemon/gvfsbackendmtp.c
@@ -634,7 +634,7 @@ get_dev_path_from_host (GVfsJob *job,
   if (!g_str_has_prefix (host, "[usb:")) {
     g_vfs_job_failed_literal (G_VFS_JOB (job), G_IO_ERROR,
                               G_IO_ERROR_NOT_SUPPORTED,
-                              _("Unexpected host uri format."));
+                              _("Unexpected host URI format."));
     return NULL;
   }
 
@@ -644,7 +644,7 @@ get_dev_path_from_host (GVfsJob *job,
     g_free (dev_path);
     g_vfs_job_failed_literal (G_VFS_JOB (job), G_IO_ERROR,
                               G_IO_ERROR_NOT_SUPPORTED,
-                              _("Malformed host uri."));
+                              _("Malformed host URI."));
     return NULL;
   }
   *comma = '/';
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]