Skip to content
Snippets Groups Projects
Commit 6d4d3d9d authored by Henri Queneau's avatar Henri Queneau
Browse files

FIX #3161 up language file

parent 99e369e6
No related branches found
No related tags found
No related merge requests found
......@@ -265,11 +265,11 @@ if (!defined('_TRY_AGAIN')) {
}
//BUTTON
if (!defined('_PREVIOUS')) {
define('_PREVIOUS', "Previous");
if (!defined('_PREVIOUS_INSTALL')) {
define('_PREVIOUS_INSTALL', "Previous");
}
if (!defined('_NEXT')) {
define('_NEXT', "Next");
if (!defined('_NEXT_INSTALL')) {
define('_NEXT_INSTALL', "Next");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment