summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2015-03-29 09:43:57 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2015-03-29 09:43:57 +0100
commit36b57a1c17b1e5d5f950f75b7ab7ce08aed34007 (patch)
tree1e484044f9297127240d934882bdf121e9ed5bfa /gtk2_ardour/main.cc
parentca1856a09b42158cb7a2550621c22f68b864c8c6 (diff)
Replace a closing bracket which managed to get lost somehow
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index 61daa04171..2e6c9daf82 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -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 ();
}