Issue #3132 - Missing accelerator on "Export Image as JPEG" dialog
Change toggle button label to "Save color _profile".
This commit is contained in:
parent
679fd5f231
commit
0be3fce4fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue