summaryrefslogtreecommitdiff
path: root/gtk2_ardour/template_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-02-28 20:01:11 +0100
committerRobin Gareus <robin@gareus.org>2018-02-28 20:40:38 +0100
commitafb5d8cc24359730906450880062c3959e0bb55b (patch)
treef83d4871d18de5f2a07f0d52c272325a11b9e158 /gtk2_ardour/template_dialog.cc
parentedd21ac89e03c843b4fa3fecb97fa90470b5a779 (diff)
Fix some GUI typos (thanks to IOhannes/debian for reporting)
Diffstat (limited to 'gtk2_ardour/template_dialog.cc')
-rw-r--r--gtk2_ardour/template_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/template_dialog.cc b/gtk2_ardour/template_dialog.cc
index 934730db04..e4da67785b 100644
--- a/gtk2_ardour/template_dialog.cc
+++ b/gtk2_ardour/template_dialog.cc
@@ -313,7 +313,7 @@ TemplateManager::handle_dirty_description ()
if (_desc_dirty && _current_selection) {
ArdourDialog dlg (_("Description not saved"), true);
const string name = _current_selection->get_value (_template_columns.name);
- Label msg (string_compose (_("The discription of template \"%1\" has been modfied but has not been saved yet.\n"
+ Label msg (string_compose (_("The description of template \"%1\" has been modified but has not been saved yet.\n"
"Do you want to save it?"), name));
dlg.get_vbox()->pack_start (msg);
msg.show ();