From b49d873093a41b82471ade0f4e8acb2edf4219f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20Dr=C4=85g?= Date: Sat, 13 Apr 2013 18:20:29 +0200 Subject: [PATCH] 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); -- 2.7.4