try to make the printed header more self-explanatory (bug #503598)
2007-12-14 Jens Granseuer <jensgr@gmx.net> * gnome-keyboard-properties-xkbpv.c: (xkb_layout_preview_draw_page): try to make the printed header more self-explanatory (bug #503598) svn path=/trunk/; revision=8329
This commit is contained in:
parent
2e5e4e4746
commit
22ab2e4a26
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-12-14 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* gnome-keyboard-properties-xkbpv.c:
|
||||||
|
(xkb_layout_preview_draw_page): try to make the printed header more
|
||||||
|
self-explanatory (bug #503598)
|
||||||
|
|
||||||
2007-12-11 Sergey Udaltsov <svu@gnome.org>
|
2007-12-11 Sergey Udaltsov <svu@gnome.org>
|
||||||
|
|
||||||
* gnome-keyboard-properties-xkb.c, gnome-keyboard-properties-xkblt.c,
|
* gnome-keyboard-properties-xkb.c, gnome-keyboard-properties-xkblt.c,
|
||||||
|
|
|
@ -163,7 +163,7 @@ xkb_layout_preview_draw_page (GtkPrintOperation *operation,
|
||||||
|
|
||||||
description = xkb_layout_description_utf8 (data->id);
|
description = xkb_layout_description_utf8 (data->id);
|
||||||
header = g_strdup_printf
|
header = g_strdup_printf
|
||||||
(_("%s keyboard drawn by Gnome Control Center\n"
|
(_("Keyboard layout \"%s\"\n"
|
||||||
"Copyright © X.Org Foundation and "
|
"Copyright © X.Org Foundation and "
|
||||||
"XKeyboardConfig contributors\n"
|
"XKeyboardConfig contributors\n"
|
||||||
"For licensing see package metadata"), description);
|
"For licensing see package metadata"), description);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue