summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2015-11-29 20:17:11 +0100
committerRobin Gareus <robin@gareus.org>2015-12-01 00:39:35 +0100
commit7a846b7e6d69970d1319443126f449f155f8a371 (patch)
tree6383b88ad8c3ef90c7d6cee09cd68739a21c9928 /gtk2_ardour/mixer_strip.cc
parentea584a5fad86c85456d3d75ddab9b87b46f3e32c (diff)
Make capitalization consistent and other minor spelling corrections.
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index f9a665331c..ad28c6cd88 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -1474,7 +1474,7 @@ MixerStrip::setup_comment_button ()
}
set_tooltip (
- _comment_button, _route->comment().empty() ? _("Click to Add/Edit Comments") : _route->comment()
+ _comment_button, _route->comment().empty() ? _("Click to add/edit comments") : _route->comment()
);
}