server: Fix message
authorJens Georg <jensg@openismus.com>
Thu, 24 Oct 2013 09:57:21 +0000 (11:57 +0200)
committerJens Georg <jensg@openismus.com>
Fri, 25 Oct 2013 10:28:44 +0000 (12:28 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=710781

src/librygel-server/rygel-object-creator.vala

index 3e44e46..fcb1ecf 100644 (file)
@@ -409,7 +409,7 @@ internal class Rygel.ObjectCreator: GLib.Object, Rygel.StateMachine {
 
         if (!(media_object is WritableContainer)) {
             throw new ContentDirectoryError.RESTRICTED_PARENT
-                                        (_(" %%% Object creation in %s not allowed"),
+                                        (_("Object creation in %s not allowed"),
                                          media_object.id);
         }