[gnome-keyring] [daemon] Translatable string fix.
- From: Stefan Walter <stefw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-keyring] [daemon] Translatable string fix.
- Date: Tue, 21 Jul 2009 14:16:49 +0000 (UTC)
commit 08977420782b3fe2c7b5f70f517fe37b69dedde2
Author: Stef Walter <stef memberwebs com>
Date: Tue Jul 21 14:14:37 2009 +0000
[daemon] Translatable string fix.
Fixes bug #573662. Remove spaces from end of translatable string.
daemon/gkr-daemon-ops.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/gkr-daemon-ops.c b/daemon/gkr-daemon-ops.c
index 26bb430..04c004a 100644
--- a/daemon/gkr-daemon-ops.c
+++ b/daemon/gkr-daemon-ops.c
@@ -549,9 +549,9 @@ request_change_keyring_password (GkrKeyringRequest *req, GkrKeyring* keyring,
flags |= GKR_ASK_REQUEST_ORIGINAL_PASSWORD;
if (is_default) {
- primary = g_markup_printf_escaped (_("Choose a new password for the '%s' keyring. "), keyring_name);
+ primary = g_markup_printf_escaped (_("Choose a new password for the '%s' keyring."), keyring_name);
} else {
- primary = g_markup_printf_escaped (_("Choose a new password for the default keyring. "));
+ primary = g_markup_printf_escaped (_("Choose a new password for the default keyring."));
}
/* And put together the ask request */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]