rygel: Mark string translatable
authorJens Georg <jensg@openismus.com>
Sat, 28 Sep 2013 11:03:26 +0000 (13:03 +0200)
committerJens Georg <jensg@openismus.com>
Sat, 28 Sep 2013 11:03:26 +0000 (13:03 +0200)
src/rygel/rygel-main.vala

index 62e5340..0c0387e 100644 (file)
@@ -84,7 +84,7 @@ internal class Rygel.Main : Object {
             }
         } catch (Error error) { }
 
-        message ("Rygel v%s starting…", BuildConfig.PACKAGE_VERSION);
+        message (_("Rygel v%s starting…"), BuildConfig.PACKAGE_VERSION);
 
         this.main_loop.run ();