13
0

Fix color-palette preference tooltips

This commit is contained in:
Robin Gareus 2023-04-18 02:20:26 +02:00
parent c228d05c47
commit 3ddf99df08
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2954,7 +2954,7 @@ RCOptionEditor::RCOptionEditor ()
); );
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget (), Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget (),
_("<b>When enabled</b> new Routes are assigned a color from the stripable-color-palette in round-robin fashion.\n" _("<b>When enabled</b> new Routes are assigned a color from the stripable-color-palette in round-robin fashion.\n"
"<b>When disabled</b> all new Routes will have a neutal color from the theme." "<b>When disabled</b> all new Routes will have a neutral color from the theme."
)); ));
add_option (_("Appearance/Colors"), bo); add_option (_("Appearance/Colors"), bo);
@ -2966,8 +2966,8 @@ RCOptionEditor::RCOptionEditor ()
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_use_palette_for_new_vca) sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_use_palette_for_new_vca)
); );
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget (), Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget (),
_("<b>When enabled</b> newly created VCAs are assigned a random color.\n" _("<b>When enabled</b> newly created VCAs are assigned a color from the stripable-color-palette in round-robin fashion.\n"
"<b>When disabled</b> all new VCAs will have a neutal color from the theme." "<b>When disabled</b> all new VCAs will have a neutral color from the theme."
)); ));
add_option (_("Appearance/Colors"), bo); add_option (_("Appearance/Colors"), bo);