diff options
Diffstat (limited to 'gtk/gtkprintsettings.c')
-rw-r--r-- | gtk/gtkprintsettings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c index 5098ec668e..6ad4e10f79 100644 --- a/gtk/gtkprintsettings.c +++ b/gtk/gtkprintsettings.c @@ -38,7 +38,7 @@ * a system-independent way. The main use for this object is that once * you've printed you can get a settings object that represents the settings * the user chose, and the next time you print you can pass that object in so - * that the user doesn't have to re-set all his settings. + * that the user doesn’t have to re-set all his settings. * * Its also possible to enumerate the settings so that you can easily save * the settings for the next time your app runs, or even store them in a |