projects
/
profile
/
ivi
/
rygel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f81b90
)
core: Fix typo in RygelMetaConfig.
author
Krzesimir Nowak
<krnowak@openismus.com>
Tue, 18 Sep 2012 11:04:36 +0000
(13:04 +0200)
committer
Jens Georg
<jensg@openismus.com>
Wed, 26 Sep 2012 17:30:01 +0000
(19:30 +0200)
src/librygel-core/rygel-meta-config.vala
patch
|
blob
|
history
diff --git
a/src/librygel-core/rygel-meta-config.vala
b/src/librygel-core/rygel-meta-config.vala
index
3bae6c1
..
1e8a955
100644
(file)
--- 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);
}