From 13148d29e2f00c669edf52b6925946a1852f7c5d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 8 Jan 2016 14:21:14 +0100 Subject: translatable "Monitor" processor name --- libs/ardour/route.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 5abe96b263..cb1af7f4a9 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -175,7 +175,7 @@ Route::init () add_processor (_amp, PostFader); if (is_monitor ()) { - _amp->set_display_name ("Monitor"); + _amp->set_display_name (_("Monitor")); } /* and input trim */ -- cgit v1.2.3