]> Pileus Git - ~andy/gtk/commitdiff
Bug 571015 libprintbackend-cups has unlocalized strings
authorTakao Fujiwara <takao.fujiwara@sun.com>
Tue, 10 Feb 2009 17:32:47 +0000 (17:32 +0000)
committerTakao Fujiwara <fujiwarat@src.gnome.org>
Tue, 10 Feb 2009 17:32:47 +0000 (17:32 +0000)
2009-02-10  Takao Fujiwara  <takao.fujiwara@sun.com>

Bug 571015  libprintbackend-cups has unlocalized strings

* modules/printbackends/cups/gtkprintbackendcups.c:
Added a translator comment with the request of translators.

svn path=/trunk/; revision=22304

ChangeLog
modules/printbackends/cups/gtkprintbackendcups.c

index 4fd426f1a183cc63350d1619d99217342e4153cc..79d790d13bead8214e58f30f455d86a4020cf523 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-10  Takao Fujiwara  <takao.fujiwara@sun.com>
+
+       Bug 571015 – libprintbackend-cups has unlocalized strings
+
+       * modules/printbackends/cups/gtkprintbackendcups.c:
+       Added a translator comment with the request of translators.
+
 2009-02-09  Richard Hughes  <richard@hughsie.com>
 
        * docs/reference/gtk/migrating-GtkEntry-icons.sgml:
index 46cad200a0269739558f6d96968a05b2c28e8fc7..51dcc39ab3a379d814e5c9d04811e5b27b039353 100644 (file)
@@ -2189,6 +2189,8 @@ static const struct {
   const char *name;
   const char *translation;
 } cups_group_translations[] = {
+/* Translators: "Miscellaneous" is the label for a button, that opens
+   up an extra panel of settings in a print dialog. */
   { "Miscellaneous", N_("Miscellaneous") },
 };