diff options
author | Hakan Sandell <sandell.hakan@gmail.com> | 2011-09-10 10:59:10 +0200 |
---|---|---|
committer | Hakan Sandell <sandell.hakan@gmail.com> | 2011-09-10 10:59:10 +0200 |
commit | 98aafb569ee3413b93cd9c25844b6494d6490693 (patch) | |
tree | 07f5e7f0eba8785d01d249b4993d3f018ee150c8 /inc/lang/en | |
parent | b838050e5828b5cbf32b9e82ce11c9cc54592809 (diff) | |
download | rpg-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.php | 2 |
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 : |