[recipes] Removed gettext call for empty strings
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Removed gettext call for empty strings
- Date: Tue, 19 Sep 2017 13:48:50 +0000 (UTC)
commit 3b7e79b6a70faac5bc3579487c68142ab81d84d4
Author: Marek Cernocky <marek_cernocky conel cz>
Date: Tue Sep 19 15:48:34 2017 +0200
Removed gettext call for empty strings
src/gr-unit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-unit.c b/src/gr-unit.c
index 688e527..10f44ee 100644
--- a/src/gr-unit.c
+++ b/src/gr-unit.c
@@ -40,7 +40,7 @@
} GrUnitData;
static GrUnitData units[] = {
- { GR_UNIT_UNKNOWN, GR_DIMENSION_DISCRETE, "", NC_("unit abbreviation", ""),
NC_("unit name", ""), NC_("unit plural", "") },
+ { GR_UNIT_UNKNOWN, GR_DIMENSION_DISCRETE, "", "", "", "")
},
{ GR_UNIT_GRAM, GR_DIMENSION_MASS, "g", NC_("unit abbreviation", "g"),
NC_("unit name", "gram"), NC_("unit plural", "grams") },
{ GR_UNIT_KILOGRAM, GR_DIMENSION_MASS, "kg", NC_("unit abbreviation", "kg"),
NC_("unit name", "kilogram"), NC_("unit plural", "kilograms") },
{ GR_UNIT_POUND, GR_DIMENSION_MASS, "lb", NC_("unit abbreviation", "lb"),
NC_("unit name", "pound"), NC_("unit plural", "pounds") },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]