Issue #3132 - Missing accelerator on "Export Image as JPEG" dialog

Change toggle button label to "Save color _profile".
This commit is contained in:
Michael Natterer 2019-05-28 15:05:05 +02:00
parent 679fd5f231
commit 0be3fce4fb

View file

@ -960,7 +960,7 @@ save_dialog (void)
/* Save color profile */
pg.save_profile = toggle =
gtk_check_button_new_with_mnemonic (_("Save color profile"));
gtk_check_button_new_with_mnemonic (_("Save color _profile"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle), jsvals.save_profile);
gtk_box_pack_start (GTK_BOX (vbox2), toggle, FALSE, FALSE, 0);
gtk_widget_show (toggle);