[gnome-packagekit] Fix typo in plural string
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Fix typo in plural string
- Date: Tue, 28 Sep 2010 06:33:26 +0000 (UTC)
commit d2a2d1087b0377416583809d9b9c7246f087e24a
Author: Claude Paroz <claude 2xlibre net>
Date: Tue Sep 28 08:32:50 2010 +0200
Fix typo in plural string
Fixes bug #607510
src/gpk-task.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-task.c b/src/gpk-task.c
index 9901b0b..0e5cc79 100644
--- a/src/gpk-task.c
+++ b/src/gpk-task.c
@@ -499,7 +499,7 @@ gpk_task_simulate_question (PkTask *task, guint request, PkResults *results)
/* TRANSLATORS: message text of a dependency dialog */
message = ngettext ("To install this file, additional software also has to be modified.",
- "To install these file, additional software also has to be modified.", inputs);
+ "To install these files, additional software also has to be modified.", inputs);
} else {
/* TRANSLATORS: message text of a dependency dialog */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]