diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:01:26 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:06:10 -0500 |
commit | 7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (patch) | |
tree | 7b75aa3eebb772a7cf28f4b639f84b273fbbca62 /gtk/gtkcssprovider.c | |
parent | f116f0071e3a0f03c973532bceee30b3221e5b3f (diff) | |
download | gtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz |
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r-- | gtk/gtkcssprovider.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 04cfab3457..2792acf79a 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -123,7 +123,7 @@ * background-color: #898989 * } * - * /* Theme notebooks, and anything that's within these */ + * /* Theme notebooks, and anything that’s within these */ * GtkNotebook { * background-color: #a939f0 * } @@ -269,7 +269,7 @@ * * # @ Rules * - * GTK+'s CSS supports the @import rule, in order to load another + * GTK+’s CSS supports the @import rule, in order to load another * CSS style sheet in addition to the currently parsed one. * * An example for using the @import rule: @@ -404,7 +404,7 @@ * </row> * <row> * <entry>alpha(@color, @f)</entry> - * <entry>Modifies passed color's alpha by a factor @f. @f is a + * <entry>Modifies passed color’s alpha by a factor @f. @f is a * floating point number. @f < 1.0 results in a more transparent * color while @f > 1.0 results in a more opaque color. * </entry> |