From ca0af7fff77a0b0006e5743aa9d550cb247f4bba Mon Sep 17 00:00:00 2001 From: ninadsp Date: Sat, 10 Jul 2010 17:09:36 +0530 Subject: [PATCH] Added a string for Ajax handlers in tbl_change.php --- js/messages.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/messages.php b/js/messages.php index a436de836..687e02826 100755 --- a/js/messages.php +++ b/js/messages.php @@ -77,6 +77,9 @@ $js_messages['strSearching'] = __('Searching'); /* For sql.js */ $js_messages['strToggleQueryBox'] = __('Toggle Query Box Visibility'); +/* For tbl_change.js */ +$js_messages['strIgnore'] = __('Ignore'); + /* Designer */ $js_messages['strModifications'] = __('Modifications have been saved'); $js_messages['strRelationDeleted'] = __('Relation deleted');