[gnome-calendar] Unmark properties for translation
- From: Alexandre Franke <afranke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] Unmark properties for translation
- Date: Mon, 31 Aug 2015 20:31:54 +0000 (UTC)
commit 8e38b151295adf035e7e1ee3aca1071cbabe2a69
Author: Alexandre Franke <alexandre franke gmail com>
Date: Mon Aug 31 22:31:24 2015 +0200
Unmark properties for translation
It makes no sense here to have those translatable
src/gb-scrolled-window.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gb-scrolled-window.c b/src/gb-scrolled-window.c
index cfcd6fe..2da528f 100644
--- a/src/gb-scrolled-window.c
+++ b/src/gb-scrolled-window.c
@@ -251,8 +251,8 @@ gb_scrolled_window_class_init (GbScrolledWindowClass *klass)
gParamSpecs [PROP_MAX_CONTENT_HEIGHT] =
g_param_spec_int ("max-content-height",
- _("Max Content Height"),
- _("The maximum height request that can be made."),
+ "Max Content Height",
+ "The maximum height request that can be made.",
-1,
G_MAXINT,
-1,
@@ -260,8 +260,8 @@ gb_scrolled_window_class_init (GbScrolledWindowClass *klass)
gParamSpecs [PROP_MAX_CONTENT_WIDTH] =
g_param_spec_int ("max-content-width",
- _("Max Content Width"),
- _("The maximum width request that can be made."),
+ "Max Content Width",
+ "The maximum width request that can be made.",
-1,
G_MAXINT,
-1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]