summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-01-28 01:10:12 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-01-28 01:13:12 +0100
commitbfaed659f195da17b34662ce148ab067e5f5c9b3 (patch)
treed256902f2768eac9640123a04de98fc204876d42 /modules
parent03c026e6b6eb5c4967eadcb13f67c26df6658df3 (diff)
downloadgtk+-bfaed659f195da17b34662ce148ab067e5f5c9b3.tar.gz
Fix translator comments
They need to be exactly one line above a string to show up in .po files.
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/cups/gtkprintbackendcups.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c
index 2056434bea..9d23bc1011 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -5425,10 +5425,10 @@ cups_printer_get_options (GtkPrinter *printer,
"topsecret",
"unclassified"
};
- /* Translators, these strings are names for various 'standard' cover
- * pages that the printing system may support.
- */
char *cover_display_default[] = {
+ /* Translators, these strings are names for various 'standard' cover
+ * pages that the printing system may support.
+ */
NC_("cover page", "None"),
NC_("cover page", "Classified"),
NC_("cover page", "Confidential"),
@@ -5701,8 +5701,8 @@ cups_printer_get_options (GtkPrinter *printer,
cupsFreeOptions (num_opts, opts);
#ifdef HAVE_COLORD
- /* TRANSLATORS: this this the ICC color profile to use for this job */
option = gtk_printer_option_new ("colord-profile",
+ /* TRANSLATORS: this this the ICC color profile to use for this job */
C_("printer option", "Printer Profile"),
GTK_PRINTER_OPTION_TYPE_INFO);