diff --git a/e107_admin/db.php b/e107_admin/db.php index 9710e8d61..aac933acd 100644 --- a/e107_admin/db.php +++ b/e107_admin/db.php @@ -1186,7 +1186,7 @@ class system_tools - ".$frm->checkbox_toggle('check-all-verify', 'xml_prefs')." ".DBLAN_96." + ".$frm->checkbox_toggle('check-all-verify', 'xml_prefs')." ".LAN_PREFS." ".DBLAN_98." diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index 7e0ed54d7..38e92bf60 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -2329,7 +2329,7 @@ class pluginBuilder $text .= "
  • Table: ".$table."
  • "; $this->tableList[] = $table; } - $text .= "
  • ".EPL_ADLAN_110."
  • "; + $text .= "
  • ".LAN_PREFS."
  • "; $text .= ""; diff --git a/e107_languages/English/admin/lan_db.php b/e107_languages/English/admin/lan_db.php index 1306ffc79..24083658f 100644 --- a/e107_languages/English/admin/lan_db.php +++ b/e107_languages/English/admin/lan_db.php @@ -112,7 +112,7 @@ define('DBLAN_93', "Database Converted successfully to UTF-8."); define('DBLAN_94', "Please make sure you have the following line in your e107_config.php file:"); define('DBLAN_95', "Export Options"); -define('DBLAN_96', "Preferences"); +//define('DBLAN_96', "Preferences"); define('DBLAN_97', "Tables"); define('DBLAN_98', "Rows"); define('DBLAN_99', "Table Data:"); diff --git a/e107_languages/English/admin/lan_plugin.php b/e107_languages/English/admin/lan_plugin.php index 7bbb936fc..b96534ba3 100644 --- a/e107_languages/English/admin/lan_plugin.php +++ b/e107_languages/English/admin/lan_plugin.php @@ -125,7 +125,7 @@ define ('EPL_ADLAN_106',"Select your plugin's folder to begin."); define ('EPL_ADLAN_107',"Build an admin-area and xml file for:"); define ('EPL_ADLAN_108',"Check language files:"); define ('EPL_ADLAN_109',"Basic Info."); -define ('EPL_ADLAN_110',"Preferences"); +// define ('EPL_ADLAN_110',"Preferences"); define ('EPL_ADLAN_111',"Generate"); define ('EPL_ADLAN_112',"Review all fields and modify if necessary."); define ('EPL_ADLAN_113',"Review ALL tabs before clicking 'Generate'."); @@ -186,6 +186,7 @@ define ('EPL_ADLAN_161',"Other 3"); define ('EPL_ADLAN_162',"Other 4"); define ('EPL_ADLAN_163',"Exclude this table"); +//FIXME TODO Excessive duplicate terms below. define ('EPL_ADLAN_164',"Field"); define ('EPL_ADLAN_165',"Caption"); define ('EPL_ADLAN_166',"Type");