[rygel] external,mpris: Fix typo



commit e7d61c252356cf685b01c7bb5a58a37605fbd95a
Author: Jens Georg <jensg openismus com>
Date:   Wed Dec 19 13:58:16 2012 +0100

    external,mpris: Fix typo
    
    Lesson: Don't commit when you're tired.

 .../external/rygel-external-plugin-factory.vala    |    2 +-
 src/plugins/mpris/rygel-mpris-plugin-factory.vala  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/external/rygel-external-plugin-factory.vala b/src/plugins/external/rygel-external-plugin-factory.vala
index f4c0f8e..f31be7c 100644
--- a/src/plugins/external/rygel-external-plugin-factory.vala
+++ b/src/plugins/external/rygel-external-plugin-factory.vala
@@ -40,7 +40,7 @@ public void module_init (PluginLoader loader) {
         plugin_factory = new External.PluginFactory (loader);
     } catch (Error error) {
         message (_("Module '%s' could not connect to D-Bus session bus. "+
-                   "Ignoringâ", External.Plugin.MODULE_NAME));
+                   "Ignoringâ"), External.Plugin.MODULE_NAME);
     }
 }
 
diff --git a/src/plugins/mpris/rygel-mpris-plugin-factory.vala b/src/plugins/mpris/rygel-mpris-plugin-factory.vala
index d996d2c..42c008c 100644
--- a/src/plugins/mpris/rygel-mpris-plugin-factory.vala
+++ b/src/plugins/mpris/rygel-mpris-plugin-factory.vala
@@ -40,7 +40,7 @@ public void module_init (PluginLoader loader) {
         plugin_factory = new MPRIS.PluginFactory (loader);
     } catch (IOError error) {
         message (_("Module '%s' could not connect to D-Bus session bus. "+
-                   "Ignoringâ", MPRIS.Plugin.MODULE_NAME));
+                   "Ignoringâ"), MPRIS.Plugin.MODULE_NAME);
     }
 }
 



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