[rygel] i18n: Change ".." to "..." in a string



commit b49d873093a41b82471ade0f4e8acb2edf4219f6
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Apr 13 18:20:29 2013 +0200

    i18n: Change ".." to "..." in a string

 src/rygel/rygel-main.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/rygel/rygel-main.vala b/src/rygel/rygel-main.vala
index a056989..ad35717 100644
--- a/src/rygel/rygel-main.vala
+++ b/src/rygel/rygel-main.vala
@@ -98,8 +98,8 @@ internal class Rygel.Main : Object {
 
         Timeout.add_seconds (timeout, () => {
             if (this.plugin_loader.list_plugins ().size == 0) {
-                warning (ngettext ("No plugins found in %d second; giving up..",
-                                   "No plugins found in %d seconds; giving up..",
+                warning (ngettext ("No plugins found in %d second; giving up...",
+                                   "No plugins found in %d seconds; giving up...",
                                    PLUGIN_TIMEOUT),
                          PLUGIN_TIMEOUT);
 


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