[gnome-software] extras: Correct the plural version of a translatable string
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] extras: Correct the plural version of a translatable string
- Date: Tue, 18 Aug 2015 08:27:59 +0000 (UTC)
commit 0518f713fa0f649cc2f266db44a66ffd2f9eff91
Author: Kalev Lember <klember redhat com>
Date: Tue Aug 18 10:25:35 2015 +0200
extras: Correct the plural version of a translatable string
https://bugzilla.gnome.org/show_bug.cgi?id=753634
src/gs-shell-extras.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-extras.c b/src/gs-shell-extras.c
index 3aab1ee..443cac5 100644
--- a/src/gs-shell-extras.c
+++ b/src/gs-shell-extras.c
@@ -174,7 +174,7 @@ build_title (GsShellExtras *shell_extras)
/* TRANSLATORS: Application window title for fonts installation.
%s will be replaced by name of the language we're searching for. */
return g_strdup_printf (ngettext ("Available fonts for the %s script",
- "Available fonts for the %s script",
+ "Available fonts for the %s scripts",
priv->array_search_data->len),
titles);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]