core: Fix typo in RygelMetaConfig.
authorKrzesimir Nowak <krnowak@openismus.com>
Tue, 18 Sep 2012 11:04:36 +0000 (13:04 +0200)
committerJens Georg <jensg@openismus.com>
Wed, 26 Sep 2012 17:30:01 +0000 (19:30 +0200)
src/librygel-core/rygel-meta-config.vala

index 3bae6c1..1e8a955 100644 (file)
@@ -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);
         }