[gnome-packagekit] Make a trivial pluralisation change
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-packagekit] Make a trivial pluralisation change
- Date: Mon, 20 Apr 2009 08:25:57 -0400 (EDT)
commit 1cbc4fb97960cd0faea5f88f00a176a597a81df7
Author: Richard Hughes <richard hughsie com>
Date: Mon Apr 20 13:25:03 2009 +0100
Make a trivial pluralisation change
---
src/gpk-dbus-task.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gpk-dbus-task.c b/src/gpk-dbus-task.c
index e3dbb29..51068ac 100644
--- a/src/gpk-dbus-task.c
+++ b/src/gpk-dbus-task.c
@@ -2010,7 +2010,7 @@ gpk_dbus_task_install_provide_files (GpkDbusTask *task, gchar **full_paths)
ngettext ("The following file is required:", "The following files are required:", len),
text,
/* TRANSLATORS: confirm with the user */
- ngettext ("Do you want to search for this file now?", "Do you want to search for these files now:", len));
+ ngettext ("Do you want to search for this file now?", "Do you want to search for these files now?", len));
/* make title using application name */
if (task->priv->parent_title != NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]