mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 07:21:03 +02:00
More language-file cleanup (sprintf removal)
This commit is contained in:
@@ -41,4 +41,8 @@ define('LAN_VALIDATE_204', 'File size lower than allowed minimal file size');
|
||||
* %2$d - validation error code (number)
|
||||
* %3$s - validation error message (string)
|
||||
*/
|
||||
define('LAN_VALIDATE_FAILMSG', '<strong>"%1$s"</strong> validation error: [#%2$d] %3$s.');
|
||||
|
||||
// define('LAN_VALIDATE_FAILMSG', '<strong>"%1$s"</strong> validation error: [#%2$d] %3$s.');
|
||||
|
||||
//FIXME - use this instead:
|
||||
define('LAN_VALIDATE_FAILMSG', '[x] validation error: [y] [z].');
|
Reference in New Issue
Block a user