From 61a40499507138fd1620475487c1b6772be3e37a Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 18 Dec 2014 16:29:12 +0100 Subject: Various small string fixes. Mostly capitalisation fixes, but there are some spelling fixes, and three strings which have had markup removed. One string has been changed from using an ASCII ellipsis to a Unicode one. Taken from GSM commit: f727cae54fc8410ecb3c2c4c4f901b754f418a7a From: Philip Withnall Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=616794 --- src/gsm_color_button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gsm_color_button.c') diff --git a/src/gsm_color_button.c b/src/gsm_color_button.c index f484406..5244d3b 100644 --- a/src/gsm_color_button.c +++ b/src/gsm_color_button.c @@ -201,7 +201,7 @@ gsm_color_button_class_init (GSMColorButtonClass * klass) PROP_PERCENTAGE, g_param_spec_double ("fraction", _("Fraction"), - _("Percentage full for pie colour pickers"), + _("Percentage full for pie color pickers"), 0, 1, 0.5, G_PARAM_READWRITE)); -- cgit v1.2.1