[gimp] Issue #4008 - Ellipsis missing in File -> Page Setup
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Issue #4008 - Ellipsis missing in File -> Page Setup
- Date: Sat, 5 Oct 2019 10:23:35 +0000 (UTC)
commit f9ddf6ea03f19f46b8bf932d63f10f7a5da6da19
Author: Michael Natterer <mitch gimp org>
Date: Sat Oct 5 12:22:58 2019 +0200
Issue #4008 - Ellipsis missing in File -> Page Setup
Add the missing ellipsis.
plug-ins/print/print.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/print/print.c b/plug-ins/print/print.c
index 750676245c..4f62f1849d 100644
--- a/plug-ins/print/print.c
+++ b/plug-ins/print/print.c
@@ -181,7 +181,7 @@ print_create_procedure (GimpPlugIn *plug_in,
gimp_procedure_set_image_types (procedure, "*");
- gimp_procedure_set_menu_label (procedure, N_("Page Set_up"));
+ gimp_procedure_set_menu_label (procedure, N_("Page Set_up..."));
gimp_procedure_set_icon_name (procedure, GIMP_ICON_DOCUMENT_PAGE_SETUP);
gimp_procedure_add_menu_path (procedure, "<Image>/File/Send");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]