[gnome-keyring] Selection strings for translation



commit 9bb0cf60d1b672d69984df515a79e9ba99fdd28c
Author: Marek Ä?ernocký <marek manet cz>
Date:   Sat Jan 15 17:31:39 2011 +0100

    Selection strings for translation

 tool/gkr-tool.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/tool/gkr-tool.c b/tool/gkr-tool.c
index e5db573..030fb99 100644
--- a/tool/gkr-tool.c
+++ b/tool/gkr-tool.c
@@ -98,12 +98,13 @@ print_general_usage (void)
 	CommandInfo *cmd;
 	const gchar *prefix;
 	
-	g_printerr ("usage: gnome-keyring command [options]\n");
+	g_printerr (_("usage: gnome-keyring command [options]\n"));
 	
-	prefix = "commands: ";
+	prefix = _("commands: ");
 	for (cmd = command_info; cmd->name; ++cmd) {
 		g_printerr ("%s%s\n", prefix, cmd->name);
-		prefix = "          ";
+		// Translators: keep same length as translated message "commands: "
+		prefix = _("          ");
 	}
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]