aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4647ade3fc..b172ffb012 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -3,7 +3,10 @@
* main.c (main) [Win32]: If no message catalog is installed for
the current locale language, don't bother with the localisations
provided by other things then either. Reset thread locale to
- "en-US" and C library locale to "C" to ensure that.
+ "en-US" and C library locale to "C" to ensure that. This fixes the
+ problem where those items in the UI that don't originate from
+ message catalogs still appear translated even though message
+ catalogs were not installed.
2008-04-29 Akhil Laddha <lakhil@novell.com>