summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-07 12:32:57 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-07 12:32:57 -0400
commit2814ff4866e4e4125aef686b1e234f5d8845bb54 (patch)
treed3ae43be20358a2e12b43897f0a348eaa59a4ca5 /gtk2_ardour/location_ui.cc
parente574ab30e77450f845fb5a325dee08c38c25bf3e (diff)
use contextual translation macro for "Locations"
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc
index ba2ef5792d..e41ad712e4 100644
--- a/gtk2_ardour/location_ui.cc
+++ b/gtk2_ardour/location_ui.cc
@@ -1155,7 +1155,7 @@ LocationUI::clock_mode_from_session_instant_xml () const
/*------------------------*/
LocationUIWindow::LocationUIWindow ()
- : ArdourWindow (_("Locations"))
+ : ArdourWindow (S_("Ranges|Locations"))
{
set_wmclass(X_("ardour_locations"), PROGRAM_NAME);
set_name ("LocationWindow");