[gimp/gimp-2-10] Issue #3132 - Missing accelerator on "Export Image as JPEG" dialog
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Issue #3132 - Missing accelerator on "Export Image as JPEG" dialog
- Date: Tue, 28 May 2019 13:07:15 +0000 (UTC)
commit 788c09259c43ab008212a7eff0ca886d5040415c
Author: Michael Natterer <mitch gimp org>
Date: Tue May 28 15:05:05 2019 +0200
Issue #3132 - Missing accelerator on "Export Image as JPEG" dialog
Change toggle button label to "Save color _profile".
(cherry picked from commit 0be3fce4fb7ed7c37fcd4fd2a121925fcfd838fb)
plug-ins/file-jpeg/jpeg-save.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/file-jpeg/jpeg-save.c b/plug-ins/file-jpeg/jpeg-save.c
index 9403018dc3..18cf2492cd 100644
--- a/plug-ins/file-jpeg/jpeg-save.c
+++ b/plug-ins/file-jpeg/jpeg-save.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]