1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2025-05-30 14:04:56 +00:00

Dev: Downgrade missing-cldrName-file message to session.txt [#351]

This commit is contained in:
gnosygnu 2019-02-10 09:10:55 -05:00
parent 78e8db95b9
commit 2fa5d9bc03

View File

@ -44,7 +44,7 @@ public class Cldr_name_loader {
// get file
Io_url url = (Io_url)urls_hash.Get_by(lang_key);
if (url == null) {
Gfo_usr_dlg_.Instance.Warn_many("", "", "no cldrName file exists for lang; lang=~{0}", lang_key);
Gfo_usr_dlg_.Instance.Note_many("", "", "no cldrName file exists for lang; lang=~{0}", lang_key);
return Cldr_name_file.Empty;
}