Project

General

Profile

Actions

Fehler #194

open

missing localization on login screen

Added by emanuele liparesi over 8 years ago.

Status:
Neu
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
eXtplorer Version:
2.1.4
Joomla! Version:
none

Description

When you login the please wait text is not localized:
the fix is really simple
open include/authentication/extplorer.php
find
Ext.get( "statusBar").update( "Please wait..." );
replace with
Ext.get( "statusBar").update( "" );

and add this string on all lanaguage file

//missing localization added by selven
"please_wait" => "Please wait..."

No data to display

Actions

Also available in: Atom PDF