[gnumeric: 1/2] Add trailing ... in plural string
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric: 1/2] Add trailing ... in plural string
- Date: Fri, 11 Dec 2020 01:43:43 +0000 (UTC)
commit d7b0dd30172ac80a09ec938e5d20460ff8b0ccc9
Author: scootergrisen <scootergrisen gmail com>
Date: Mon Nov 30 11:02:54 2020 +0000
Add trailing ... in plural string
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]