[gtk+] Improve two strings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Improve two strings
- Date: Mon, 16 Feb 2015 00:57:40 +0000 (UTC)
commit f8961facb297da9b86960d539a8713256976c98e
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Feb 15 19:55:54 2015 -0500
Improve two strings
Make two property blurbs better.
https://bugzilla.gnome.org/show_bug.cgi?id=744574
gtk/gtkglarea.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c
index 0fc34cc..a751f9b 100644
--- a/gtk/gtkglarea.c
+++ b/gtk/gtkglarea.c
@@ -742,7 +742,7 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
obj_props[PROP_AUTO_RENDER] =
g_param_spec_boolean ("auto-render",
P_("Auto render"),
- P_("Whether the gl area renders on each redraw"),
+ P_("Whether the GtkGLArea renders on each redraw"),
TRUE,
GTK_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS |
@@ -763,7 +763,7 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
obj_props[PROP_HAS_ALPHA] =
g_param_spec_boolean ("has-alpha",
P_("Has alpha"),
- P_("Whether the gl area color buffer has an alpha component"),
+ P_("Whether the color buffer has an alpha component"),
FALSE,
GTK_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]