Package: mozilla-locale-pl Version: 1:1.7.12-1 Severity: normal Tags: patch l10n
If mozilla and mozilla-venkman packages are intalled browser window contains big red text near the bottom of it. The text is: label="&vnkButton.label;" tooltiptext="&vnkButton.label;"/> After investigating it a little I've found a fix for same problem in german mozilla translation package 'mozilla-locale-de-at'. I've prepared a similar fix for current package and checked building binary package from source after adding this patch. I'm not sure this solution is "debian compatible" and if the fix should be applied to this package but apparently it fixes that particular problem. Hope this helps. Regards Tomasz Gajewski -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages mozilla-locale-pl depends on: ii mozilla-browser 2:1.7.12-1.1 The Mozilla Internet application s mozilla-locale-pl recommends no packages. -- no debconf information
--- locale/pl-PL/venkman/venkman-overlay.dtd.orig 2004-12-18 22:50:00.000000000 +0100 +++ locale/pl-PL/venkman/venkman-overlay.dtd 2006-06-03 23:13:11.000000000 +0200 @@ -1,2 +1,5 @@ <!ENTITY venkmanCmd.label "Debuger kodu JavaScript" > <!ENTITY venkmanCmd.akey "D" > +<!ENTITY vnkButton.label "Debuger kodu JavaScript"> +<!ENTITY vnkMenu.label "Venkman"> +<!ENTITY vnkMenu.accesskey "V">