[rygel] core: Fix typo in RygelMetaConfig.



commit 9034f0c6fdef8c9bc4fb361ed906bd62c1a68b45
Author: Krzesimir Nowak <krnowak openismus com>
Date:   Tue Sep 18 13:04:36 2012 +0200

    core: Fix typo in RygelMetaConfig.

 src/librygel-core/rygel-meta-config.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-core/rygel-meta-config.vala b/src/librygel-core/rygel-meta-config.vala
index 3bae6c1..1e8a955 100644
--- a/src/librygel-core/rygel-meta-config.vala
+++ b/src/librygel-core/rygel-meta-config.vala
@@ -401,7 +401,7 @@ public class Rygel.MetaConfig : GLib.Object, Configuration {
 
         if (val == null) {
             throw new ConfigurationError.NO_VALUE_SET
-                                        (_("No value set for '%s/enabled'"),
+                                        (_("No value set for '%s/title'"),
                                          section);
         }
 



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