[rygel] server: Fix typo



commit 494b57f923d8842683a5312503a1962dc68eada3
Author: Jens Georg <jensg openismus com>
Date:   Mon Oct 28 16:06:45 2013 +0100

    server: Fix typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710999

 src/librygel-server/rygel-http-item-uri.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-server/rygel-http-item-uri.vala b/src/librygel-server/rygel-http-item-uri.vala
index ab764e1..e1018b6 100644
--- a/src/librygel-server/rygel-http-item-uri.vala
+++ b/src/librygel-server/rygel-http-item-uri.vala
@@ -176,7 +176,7 @@ internal class Rygel.HTTPItemURI : Object {
         }
 
         if (this.item_id == null) {
-            throw new HTTPRequestError.NOT_FOUND (_("Not Found"));
+            throw new HTTPRequestError.NOT_FOUND (_("Not found"));
         }
     }
 


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