summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-01-05 14:07:00 +0000
committerRobin Gareus <robin@gareus.org>2013-01-05 14:07:00 +0000
commit3ced1699115ed9630dd39ff6a44e91ef1d46538b (patch)
treecf0a13feef56fd33746de014eb9dfcea68a9ec81 /gtk2_ardour/editor.cc
parent5d7ee9bbaab0fcf5534fda24a2575babc398ff47 (diff)
14:03 < prokoudine> "GERMAN SCIENTIST DEMYSTIFIED ENGLISH CAPITALIZATION"
git-svn-id: svn://localhost/ardour2/branches/3.0@13789 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index acbb792db5..dabf0dbd25 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -1369,7 +1369,7 @@ Editor::fill_xfade_menu (Menu_Helpers::MenuList& items, bool start)
items.push_back (
ImageMenuElem (
- _("ConstantPower"),
+ _("Constant power"),
*(*images)[FadeConstantPower],
sigc::bind (sigc::mem_fun (*this, emf), FadeConstantPower)
));