[gnumeric] Set gettext context
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Set gettext context
- Date: Thu, 10 Mar 2011 11:42:19 +0000 (UTC)
commit 56e4b16547314400d0242a73598018af292e1a9a
Author: Marek Ä?ernocký <marek manet cz>
Date: Thu Mar 10 12:39:49 2011 +0100
Set gettext context
src/sheet.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/sheet.c b/src/sheet.c
index 867c434..77fe6f4 100644
--- a/src/sheet.c
+++ b/src/sheet.c
@@ -1004,14 +1004,14 @@ gnm_sheet_class_init (GObjectClass *gobject_class)
g_object_class_install_property (gobject_class, PROP_COLUMNS,
g_param_spec_int ("columns",
- _("Columns"),
+ C_("sheetsize", "Columns"),
_("Columns number in the sheet"),
0, GNM_MAX_COLS, GNM_DEFAULT_COLS,
GSF_PARAM_STATIC | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
g_object_class_install_property (gobject_class, PROP_ROWS,
g_param_spec_int ("rows",
- _("Rows"),
+ C_("sheetsize", "Rows"),
_("Rows number in the sheet"),
0, GNM_MAX_ROWS, GNM_DEFAULT_ROWS,
GSF_PARAM_STATIC | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]