[gimp] 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] Issue #3132 - Missing accelerator on "Export Image as JPEG" dialog
- Date: Tue, 28 May 2019 13:06:32 +0000 (UTC)
commit 0be3fce4fb7ed7c37fcd4fd2a121925fcfd838fb
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".
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 73926668cc..ded81a4f1f 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]