docs: use proper apostrophe

https://wiki.gnome.org/Design/OS/Typography
This commit is contained in:
William Jon McCann
2014-02-07 13:01:26 -05:00
parent f116f0071e
commit 7a208fbbf3
172 changed files with 751 additions and 751 deletions

View File

@ -45,7 +45,7 @@
* @See_also:#GtkDialog
*
* #GtkMessageDialog presents a dialog with an image representing the type of
* message (Error, Question, etc.) alongside some message text. It's simply a
* message (Error, Question, etc.) alongside some message text. Its simply a
* convenience widget; you could construct the equivalent of #GtkMessageDialog
* from #GtkDialog without too much effort, but #GtkMessageDialog saves typing.
*
@ -656,7 +656,7 @@ gtk_message_dialog_new_with_markup (GtkWindow *parent,
* @dialog: a #GtkMessageDialog
* @image: the image
*
* Sets the dialog's image to @image.
* Sets the dialogs image to @image.
*
* Since: 2.10
**/
@ -695,9 +695,9 @@ gtk_message_dialog_set_image (GtkMessageDialog *dialog,
* gtk_message_dialog_get_image:
* @dialog: a #GtkMessageDialog
*
* Gets the dialog's image.
* Gets the dialogs image.
*
* Return value: (transfer none): the dialog's image
* Return value: (transfer none): the dialogs image
*
* Since: 2.14
**/
@ -845,9 +845,9 @@ gtk_message_dialog_format_secondary_markup (GtkMessageDialog *message_dialog,
* @message_dialog: a #GtkMessageDialog
*
* Returns the message area of the dialog. This is the box where the
* dialog's primary and secondary labels are packed. You can add your
* dialogs primary and secondary labels are packed. You can add your
* own extra content to that box and it will appear below those labels,
* on the right side of the dialog's image (or on the left for right-to-left
* on the right side of the dialogs image (or on the left for right-to-left
* languages). See gtk_dialog_get_content_area() for the corresponding
* function in the parent #GtkDialog.
*