summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/time_axis_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc
index 1cf2391d5e..9e8fdfd6b0 100644
--- a/gtk2_ardour/time_axis_view.cc
+++ b/gtk2_ardour/time_axis_view.cc
@@ -613,7 +613,7 @@ TimeAxisView::begin_name_edit ()
name_entry->signal_activate().connect (sigc::bind (sigc::mem_fun (*name_editor, &ArdourDialog::response), RESPONSE_OK));
Gtk::HBox* hbox = manage (new HBox);
- Gtk::Label* label = manage (new Label (_("New name")));
+ Gtk::Label* label = manage (new Label (_("New name:" " ")));
hbox->pack_start (*label, false, false);
hbox->pack_start (*name_entry, true, true);