On 28/06/2010 12:05, Hermann Karl wrote:
> Dear List,
>
> If there is a category set in config_default.xml to
> <category name="Stra&amp;#223;enbeleuchtung">
> then the in the legend of the PDF-document "Stra&amp;#223;enbeleuchtung"
> is printed instead of "Straßenbeleuchtung"
>
> Karl
>

you should either

define this as
   <category name="Strassenbeleuchtung" description="Straßenbeleuchtung">
(works only in pm 4)

OR

<category name="Strassenbeleuchtung">

and add in your locale/language_de.php

$_sl['Strassenbeleuchtung'] = 'Straßenbeleuchtung';


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to