summaryrefslogtreecommitdiff
path: root/inc/lang/en
diff options
context:
space:
mode:
authorHakan Sandell <sandell.hakan@gmail.com>2011-09-10 10:59:10 +0200
committerHakan Sandell <sandell.hakan@gmail.com>2011-09-10 10:59:10 +0200
commit98aafb569ee3413b93cd9c25844b6494d6490693 (patch)
tree07f5e7f0eba8785d01d249b4993d3f018ee150c8 /inc/lang/en
parentb838050e5828b5cbf32b9e82ce11c9cc54592809 (diff)
downloadrpg-98aafb569ee3413b93cd9c25844b6494d6490693.tar.gz
rpg-98aafb569ee3413b93cd9c25844b6494d6490693.tar.bz2
Code cleanup documentation before merge
Function get_plugin_components() moved to extantion manager
Diffstat (limited to 'inc/lang/en')
-rw-r--r--inc/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 02dff5cb7..de8385dd9 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -318,5 +318,5 @@ $lang['seconds'] = '%d seconds ago';
$lang['wordblock'] = 'Your change was not saved because it contains blocked text (spam).';
-$lang['plugin_insterr'] = "Plugin installed incorrectly. Rename plugin directory '%s' to '%s'.";
+$lang['plugin_install_err'] = "Plugin installed incorrectly. Rename plugin directory '%s' to '%s'.";
//Setup VIM: ex: et ts=2 :