[gnome-packagekit] Make a trivial pluralisation change



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]