[gnumeric] Prepared string for translation in Compare Sheets dialog
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Prepared string for translation in Compare Sheets dialog
- Date: Sat, 21 Apr 2018 17:00:43 +0000 (UTC)
commit f3ddb900fe037858af2fb6ed5bea3a6b539c8fd5
Author: Marek Černocký <marek manet cz>
Date: Sat Apr 21 18:57:56 2018 +0200
Prepared string for translation in Compare Sheets dialog
src/dialogs/dialog-sheet-compare.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/dialog-sheet-compare.c b/src/dialogs/dialog-sheet-compare.c
index 76df173..baa7a4b 100644
--- a/src/dialogs/dialog-sheet-compare.c
+++ b/src/dialogs/dialog-sheet-compare.c
@@ -528,7 +528,7 @@ oldnew_renderer_func (GtkTreeViewColumn *tree_column,
} else if (section == SEC_COLROW) {
ColRowInfo const *cr =
sheet_colrow_get_info (loc->a.sheet, e, is_cols);
- text = g_strdup_printf ("%d pixels", cr->size_pixels);
+ text = g_strdup_printf (ngettext ("%d pixel", "%d pixels", cr->size_pixels), cr->size_pixels);
}
done:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]