* Fix accessibility and d-i mode menus to display correct text when the

language is changed (closes: Malone #32028).
master
Colin Watson 18 years ago
parent bf15c377af
commit ae2dbdf5d4

2
debian/changelog vendored

@ -6,6 +6,8 @@ gfxboot-theme-ubuntu (0.1.21) UNRELEASED; urgency=low
Russian, Slovak, Slovenian, Swedish, Thai, Turkish, Ukrainian, Urdu,
Chinese (China), Chinese (Taiwan).
* Update font to add newly-required characters.
* Fix accessibility and d-i mode menus to display correct text when the
language is changed (closes: Malone #32028).
-- Colin Watson <cjwatson@ubuntu.com> Mon, 15 May 2006 09:28:04 +0100

@ -32,9 +32,9 @@
xmenu .xm_current .access.none put
xmenu .xm_list [
txt_access_none
txt_access_v1 txt_access_v2 txt_access_v3
txt_access_m1 txt_access_m2
/txt_access_none
/txt_access_v1 /txt_access_v2 /txt_access_v3
/txt_access_m1 /txt_access_m2
] put
xmenu .xm_title /txt_access put

@ -22,7 +22,7 @@
xmenu .xm_current .dimode.normal put
xmenu .xm_list [ txt_normal_mode txt_expert_mode ] put
xmenu .xm_list [ /txt_normal_mode /txt_expert_mode ] put
pmenu.init
} def

Loading…
Cancel
Save