diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
commit | 01bd4cc4e18a1ea697fe61791ba710d0d55e8290 (patch) | |
tree | b4475a50d93510dcc3ee2df10e97d52fc3b43a0d /modules | |
parent | 92bc78c12fcbe06aa41a0d825017e1e6c57fc061 (diff) | |
download | gtk+-01bd4cc4e18a1ea697fe61791ba710d0d55e8290.tar.gz |
Fix minor typos
Diffstat (limited to 'modules')
-rw-r--r-- | modules/printbackends/gtkprintbackendcups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/gtkprintbackendcups.c b/modules/printbackends/gtkprintbackendcups.c index 9a30f569b3..58dd95bbbe 100644 --- a/modules/printbackends/gtkprintbackendcups.c +++ b/modules/printbackends/gtkprintbackendcups.c @@ -5800,7 +5800,7 @@ cups_printer_get_options (GtkPrinter *printer, #ifdef HAVE_COLORD option = gtk_printer_option_new ("colord-profile", - /* TRANSLATORS: this this the ICC color profile to use for this job */ + /* TRANSLATORS: this is the ICC color profile to use for this job */ C_("printer option", "Printer Profile"), GTK_PRINTER_OPTION_TYPE_INFO); |