summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_options.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-26 02:59:25 +0200
committerRobin Gareus <robin@gareus.org>2020-04-26 03:19:22 +0200
commit8399abd277fb1feffcef13f27a8edf2103b3ad0e (patch)
treee8ed9a4206d30d5063b0082bc165f9ccb3fac5fc /gtk2_ardour/ardour_ui_options.cc
parente97ea3810897a7afccb0e3faf0d9966a43a33467 (diff)
Fix translatable strings and translations (so far)
The typos in the original English were reported by Edgar Aichinger while working on the German translation.
Diffstat (limited to 'gtk2_ardour/ardour_ui_options.cc')
-rw-r--r--gtk2_ardour/ardour_ui_options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_options.cc b/gtk2_ardour/ardour_ui_options.cc
index f18e09377a..7853cf373e 100644
--- a/gtk2_ardour/ardour_ui_options.cc
+++ b/gtk2_ardour/ardour_ui_options.cc
@@ -61,7 +61,7 @@ ARDOUR_UI::toggle_external_sync()
{
if (_session) {
if (_session->config.get_video_pullup() != 0.0f && (TransportMasterManager::instance().current()->type() == Engine)) {
- ArdourMessageDialog msg (_("It is not possible to use JACK as the the sync source\n when the pull up/down setting is non-zero."));
+ ArdourMessageDialog msg (_("It is not possible to use JACK as the sync source\n when the pull up/down setting is non-zero."));
msg.run ();
return;
}