mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Bug 571015 libprintbackend-cups has unlocalized strings
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
This commit is contained in:
parent
18d80537d4
commit
16c207c27f
@ -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:
|
||||
|
@ -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") },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user