diff --git a/src/libprs500/trac/download/download.py b/src/libprs500/trac/download/download.py index cb4ce45c87..99e4f36ecc 100644 --- a/src/libprs500/trac/download/download.py +++ b/src/libprs500/trac/download/download.py @@ -213,14 +213,14 @@ You can uninstall a driver by right clicking on it and selecting uninstall.
  • In order for the conversion of RTF to LRF to support WMF images (common in older RTF files) you need to install ImageMagick.
  • In order for localization of the user interface in your language you must create the file ~/.MacOSX/environment.plist as shown below:
    -
    -
    -
    -
    -        LANG
    -        de_DE
    -
    -
    +<?xml version="1.0" encoding="UTF-8"?>
    +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    +<plist version="1.0">
    +<dict>
    +        <key>LANG</key>
    +        <string>de_DE</string>
    +</dict>
    +</plist>
     
    The example above is for the German language. Substitute the language code you need. After creating the file you need to log out and log in again for the changes to become