1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From 0edec42f1cfb36efbb6c143a2b0652aa808d99be Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Wed, 15 May 2024 22:21:35 +1200
Subject: Fix spelling in documentation
Patch-Name: fix_spelling.diff
---
docs/charts.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/charts.pod b/docs/charts.pod
index bee75c8d..9a38e3e1 100644
--- a/docs/charts.pod
+++ b/docs/charts.pod
@@ -40,7 +40,7 @@ In your C<RT_SiteConfig.pm> set C<$DisableGD> to 0:
=head2 Chart Configuration Options
By default on Debian, RT is configured to use the "Noto Sans" font for Unicode support
-across English, many western european languages. RT is configured to use the "Droid Sans"
+across English, many Western European languages. RT is configured to use the "Droid Sans"
font on Chinese (Traditional and
Simplified), and Japanese. If you prefer to use a different font, you can
change the L<< "C<%ChartFont>"|RT_Config/ChartFont >> option.
|