[gnumeric: 1/2] Add missing "..." to "_Format %d Cells"




commit 109cc0fe0da446ebad669efaa6af490b2edea033
Author: scootergrisen <scootergrisen gmail com>
Date:   Thu Dec 3 07:54:35 2020 +0000

    Add missing "..." to "_Format %d Cells"

 src/sheet-control-gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sheet-control-gui.c b/src/sheet-control-gui.c
index db76a8655..fbeff1377 100644
--- a/src/sheet-control-gui.c
+++ b/src/sheet-control-gui.c
@@ -2527,7 +2527,7 @@ scg_context_menu (SheetControlGUI *scg, GdkEvent *event,
        }
        if (!popup_elements[POPUPITEM_FORMAT].allocated_name && !full_sheet) {
                char const *format;
-               format = ngettext ("_Format %d Cell...", "_Format %d Cells", n_cells);
+               format = ngettext ("_Format %d Cell...", "_Format %d Cells...", n_cells);
                popup_elements[POPUPITEM_FORMAT].allocated_name = g_strdup_printf (format, n_cells);
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]