diff options
author | Michael Hamann <michael@content-space.de> | 2012-09-08 13:22:44 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2012-09-08 14:34:57 +0200 |
commit | eef93e99be0d44ec6dc4fa86373ba6fd2b8c5f48 (patch) | |
tree | 6ca8bd332004ea8e4252587cc9ff5551347019d0 /inc/lang/fi | |
parent | de50cad65ae679a602e71adddffdd74df7ea3fbb (diff) | |
download | rpg-eef93e99be0d44ec6dc4fa86373ba6fd2b8c5f48.tar.gz rpg-eef93e99be0d44ec6dc4fa86373ba6fd2b8c5f48.tar.bz2 |
Use hardcoded plugin loading error message as $lang isn't initialized
When loading plugins, $lang might not be initialized yet, so use a
hardcoded error message instead, especially as this error should only be
displayed for the admin (and then fixed). This also removes the
previously localized message, it might be re-added as part of the new
extension manager.
Diffstat (limited to 'inc/lang/fi')
-rw-r--r-- | inc/lang/fi/lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/lang/fi/lang.php b/inc/lang/fi/lang.php index 11f8b61e1..4f5f6f1a2 100644 --- a/inc/lang/fi/lang.php +++ b/inc/lang/fi/lang.php @@ -319,4 +319,3 @@ $lang['media_perm_read'] = 'Anteeksi. Sinulla ei ole riittävästi oikeuks $lang['media_perm_upload'] = 'Anteeksi. Sinulla ei ole riittävästi oikeuksia lähettääksesi tiedostoja.'; $lang['media_update'] = 'Lähetä uusi versio'; $lang['media_restore'] = 'Palauta tämä versio'; -$lang['plugin_install_err'] = 'Liitännäinen asentui virheellisesti. Nimeä liitännäisen hakemisto \'%s\' -> \'%s\''; |