summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2015-03-29 09:43:57 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2015-03-30 09:19:00 -0500
commit3c97f6684c6408f2fcfd5e0391bf16275ed4024b (patch)
treeb2fab5b6cb68fd086e5797a38fc3039fc43ac3ed /gtk2_ardour
parentd49fecac9faff58553b3301b3e021e8de1829ae8 (diff)
Replace a closing bracket which managed to get lost somehow
Diffstat (limited to 'gtk2_ardour')
-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 ();
}