[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-335-g5ff5d07

Jesse Vincent jesse at bestpractical.com
Mon Apr 5 22:41:31 EDT 2010


The branch, 3.8-trunk has been updated
       via  5ff5d0799db013fe2e30b07a6e36e31ce54b4995 (commit)
      from  91032e9c634c11bf7c7949b5e8a0d2d4de90cc8c (commit)

Summary of changes:
 etc/RT_Config.pm.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

- Log -----------------------------------------------------------------
commit 5ff5d0799db013fe2e30b07a6e36e31ce54b4995
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Apr 5 21:07:56 2010 -0400

    Slight language tweaks to RT_Config.pm

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 38a8696..9bd809a 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1455,14 +1455,14 @@ Set($DontSearchFileAttachments, undef);
 
 =item C<%ChartFont>
 
-The L<GD> module (which RT uses for graphs) uses a builtin font that doesn't
-have full Unicode support. You can use a particular TrueType font per
-language by setting %ChartFont to (language =E<gt> the absolute path of a
-font) pairs. Your GD library must have support for TrueType fonts to use
-this option. If there is no entry for a language in the hash then font
-with 'others' key is used.
-
-RT is shipped with two TrueType fonts covering most available localizations.
+The L<GD> module (which RT uses for graphs) ships with a builtin font 
+that doesn't have full Unicode support. You can use a given TrueType font 
+for a specific language by setting %ChartFont to (language =E<gt> the 
+absolute path of a font) pairs. Your GD library must have support for
+TrueType fonts to use this option. If there is no entry for a language 
+in the hash then font with 'others' key is used.
+
+RT comes with two TrueType fonts covering most available languages.
 
 =cut
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list