summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-06-23 08:25:38 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-23 08:25:38 -0400
commitb808ca897ba8e431c474e94dc3f0ff3aaa4df234 (patch)
tree358eb673d6346e9af200fd0675e6239756de6b80
parent9b75cdb26d6abaf9c7c28858fdd0d350a32adc01 (diff)
textual tweak
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 0fdaaae902..e12789ebc2 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2710,7 +2710,7 @@ RCOptionEditor::RCOptionEditor ()
sics->scale().set_digits (0);
Gtkmm2ext::UI::instance()->set_tip
(sics->tip_widget(),
- _("Larger values lead to using more memory to store images of waveforms, which can improve graphical performance."));
+ _("Increasing the cache size uses more memory to store waveform images, which can improve graphical performance."));
add_option (S_("Preferences|GUI"), sics);
/* Lock GUI timeout */