From e7364201b149d8f4b16dcbc530eafdde7ed98c57 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 20 Apr 2015 20:51:33 +0200 Subject: [PATCH] clarify GUI scaling --- gtk2_ardour/rc_option_editor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 13f425883e..2e42e0bad5 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -541,7 +541,7 @@ public: { _dpi_adjustment.set_value (_ui_config->get_font_scale() / 1024.); - Label* l = manage (new Label (_("Font scaling:"))); + Label* l = manage (new Label (_("GUI and Font scaling:"))); l->set_name ("OptionsLabel"); const Glib::ustring dflt = _("Default"); @@ -570,7 +570,7 @@ public: _box->pack_start (*h, false, false); - set_note (_("Major font-scale changes require an application restart to re-layout.")); + set_note (_("Adjusting the scale require an application restart to re-layout.")); _dpi_adjustment.signal_value_changed().connect (sigc::mem_fun (*this, &FontScalingOptions::dpi_changed)); }