13
0

clarify GUI scaling

This commit is contained in:
Robin Gareus 2015-04-20 20:51:33 +02:00
parent 451450d3f8
commit e7364201b1

View File

@ -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));
}