diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:32:47 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:32:47 -0500 |
commit | e34bd4137d4fba33b2cbea927fdcc829b1983aaa (patch) | |
tree | a75585038e3a419a4aa3383233450c5ba3fe2c83 /gtk/gtkprintoperation.c | |
parent | f0000b2f3d3de91a1814d3e243a0e0a301c9f255 (diff) | |
download | gtk+-e34bd4137d4fba33b2cbea927fdcc829b1983aaa.tar.gz |
docs: use apostrophes in *n't
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r-- | gtk/gtkprintoperation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 6a53b92d20..02b036416c 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -40,7 +40,7 @@ * * GtkPrintOperation is the high-level, portable printing API. * It looks a bit different than other GTK+ dialogs such as the - * #GtkFileChooser, since some platforms don't expose enough + * #GtkFileChooser, since some platforms don’t expose enough * infrastructure to implement a good print dialog. On such * platforms, GtkPrintOperation uses the native print dialog. * On platforms which do not provide a native print dialog, GTK+ @@ -1570,7 +1570,7 @@ gtk_print_operation_get_print_settings (GtkPrintOperation *op) * Sets the name of the print job. The name is used to identify * the job (e.g. in monitoring applications like eggcups). * - * If you don't set a job name, GTK+ picks a default one by + * If you don’t set a job name, GTK+ picks a default one by * numbering successive print jobs. * * Since: 2.10 |