1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

Corrects wrapping buttons issue in admin and some LAN issues.

This commit is contained in:
Cameron
2013-02-27 00:44:58 -08:00
parent b1bc9c6a11
commit 4259b435f3
7 changed files with 39 additions and 17 deletions

View File

@@ -374,7 +374,7 @@ define("LAN_UI_EDIT_LABEL", "Update record #%1$s");
define("LAN_UI_CREATE_LABEL", "Create new record");
define("LAN_UI_PREF_LABEL", "Settings");
define("LAN_UI_DELETE_LABEL", "Confirm Delete");
define("LAN_UI_DELETE_WARNING", "You are about to delete <strong>%1$d</strong> records. Please confirm to continue.");
define("LAN_UI_DELETE_WARNING", "You are about to delete [x] records. Please confirm to continue.");
define("LAN_UI_BATCH_CREATELINK", "Create Link");
define("LAN_USER_MANAGEALL", "Manage all User, Userclass and Extended User-Field settings");