If you put the first letter in uppercase translations are going to fail. IIRC translations are generated from strings inside rgb.txt, so if you grab the rgb.txt name, change the first letter to uppercase and then do the i18n(), the name is not translated anymore, you should better do the uppercasing after the i18n, no? Albert A Diumenge 24 Abril 2005 01:48, Jarosław Staniek va escriure: > - win32-only: make it works with a fake copy of rgb.txt > copied to $KDEDIR/share/config/colors/x11/ > - general fix: make all names starting with uppercase character > for better sorting (usable for "normal" users) > > OK?