[gnome-packagekit] Swap round two translated strings to be correct
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Swap round two translated strings to be correct
- Date: Fri, 28 Aug 2009 12:42:17 +0000 (UTC)
commit b2a0701a31f6abc8d171a631b3e3b2c9c3b00e7d
Author: Richard Hughes <richard hughsie com>
Date: Fri Aug 28 13:41:15 2009 +0100
Swap round two translated strings to be correct
src/gpk-enum.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gpk-enum.c b/src/gpk-enum.c
index ba23d5e..35bc386 100644
--- a/src/gpk-enum.c
+++ b/src/gpk-enum.c
@@ -1354,11 +1354,11 @@ gpk_role_enum_to_localised_present (PkRoleEnum role)
break;
case PK_ROLE_ENUM_SIMULATE_INSTALL_FILES:
/* TRANSLATORS: The role of the transaction, in present tense */
- text = _("Simulating the install");
+ text = _("Simulating the install of files");
break;
case PK_ROLE_ENUM_SIMULATE_INSTALL_PACKAGES:
/* TRANSLATORS: The role of the transaction, in present tense */
- text = _("Simulating the install of files");
+ text = _("Simulating the install");
break;
case PK_ROLE_ENUM_SIMULATE_REMOVE_PACKAGES:
/* TRANSLATORS: The role of the transaction, in present tense */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]