[rygel/rygel-0-16] external,mpris: Fix typo
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-16] external,mpris: Fix typo
- Date: Mon, 14 Jan 2013 12:25:44 +0000 (UTC)
commit 2337e766416d1f4b97690149d25acef3c03dbf43
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 6eca420..aa459bb 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 1b7ba83..9e043f0 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]