14:03 < prokoudine> "GERMAN SCIENTIST DEMYSTIFIED ENGLISH CAPITALIZATION"
authorRobin Gareus <robin@gareus.org>
Sat, 5 Jan 2013 14:07:00 +0000 (14:07 +0000)
committerRobin Gareus <robin@gareus.org>
Sat, 5 Jan 2013 14:07:00 +0000 (14:07 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13789 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor.cc

index acbb792db50aab15c9310c6d3bdd5898643df9ae..dabf0dbd25aa801d30504ee945a4dc7c168b9278 100644 (file)
@@ -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)
                        ));