Typo, forgotten bracket
authorKlaus Ethgen <Klaus@Ethgen.de>
Sun, 22 May 2011 08:40:51 +0000 (09:40 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Sun, 22 May 2011 08:46:44 +0000 (09:46 +0100)
src/remote.c

index dcb3db6..c94803b 100644 (file)
@@ -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)