patch [ 1658923 ] Splash.java convert ISO 8859-2 to UTF-8
This commit is contained in:
parent
69f48edd3c
commit
0ba3d62cb7
|
@ -43,7 +43,7 @@ public class Splash extends Frame
|
|||
public static Splash getSplash ()
|
||||
{
|
||||
String msg;
|
||||
if (Locale.getDefault().getLanguage().equals("es")) // español - globalqss
|
||||
if (Locale.getDefault().getLanguage().equals("es")) // espańol - globalqss
|
||||
msg = new String("Cargando...");
|
||||
else
|
||||
// Default english
|
||||
|
|
Loading…
Reference in New Issue