Replace a closing bracket which managed to get lost somehow

This commit is contained in:
John Emmas 2015-03-29 09:43:57 +01:00 committed by Paul Davis
parent d49fecac9f
commit 3c97f6684c

View File

@ -218,7 +218,7 @@ static void command_line_parse_error (int *argc, char** argv[]) {
Gtk::MessageDialog dlgReportParseError (string_compose (_("\n %1 could not understand your command line "), PROGRAM_NAME),
false, MESSAGE_ERROR, BUTTONS_CLOSE, true);
dlgReportParseError.set_title (string_compose (_("An error was encountered while launching %1"), PROGRAM_NAME);
dlgReportParseError.set_title (string_compose (_("An error was encountered while launching %1"), PROGRAM_NAME));
dlgReportParseError.run ();
}