From 4858999bc0b165211656849e174e9b0149cb33e7 Mon Sep 17 00:00:00 2001 From: Klaus Ethgen Date: Sun, 22 May 2011 09:40:51 +0100 Subject: [PATCH] Typo, forgotten bracket --- src/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote.c b/src/remote.c index dcb3db6e..c94803b2 100644 --- a/src/remote.c +++ b/src/remote.c @@ -736,7 +736,7 @@ void remote_help(void) } i++; } - printf_term(N_"\n All other command line parameters are used as plain files if they exists.\n"); + printf_term(N_("\n All other command line parameters are used as plain files if they exists.\n")); } GList *remote_build_list(GList *list, gint argc, gchar *argv[], GList **errors) -- 2.20.1