summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-04-03 14:31:51 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-04-03 14:31:51 -0600
commit096d23fcc2d7429e6b83635966d976186d8f1ef3 (patch)
tree19d41b5b46c73470dc9f7cba58f4f93807701385 /gtk2_ardour/rc_option_editor.cc
parent8a1f1a300579d033e0ddaa9a1fade52ebbd92120 (diff)
change text describing relayout after UI scaling change
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-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 b16abc0921..7367302df0 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1124,7 +1124,7 @@ class FontScalingOptions : public HSliderOption
_hscale.add_mark(200, Gtk::POS_TOP, empty);
_hscale.add_mark(250, Gtk::POS_TOP, empty);
- set_note (_("Adjusting the scale requires an application restart to re-layout."));
+ set_note (_("Adjusting the scale requires an application restart for fully accurate re-layout."));
}
void changed ()