diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2008-05-08 12:19:08 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-05-08 12:19:08 +0800 |
commit | 40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927 (patch) | |
tree | 480aac2e84e8354a22cd0923d55da35cb59b028d /shell | |
parent | 703123f651bd41d35a5ca3b75cd14a9708d03ae7 (diff) | |
download | gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.tar.gz gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.tar.zst gsoc2013-evolution-40d111e3ea48bc9d44dc5cb5a3f30f6b91bc9927.zip |
Explain more
svn path=/trunk/; revision=35480
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 |
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> |