summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2011-07-10 21:46:13 +0200
committerGuy Brand <gb@unistra.fr>2011-07-10 21:46:13 +0200
commitba9056cfeae3c6451e5e8e4ae3eff6060cbd3d8a (patch)
tree1d62147bbf5cb3e5c972d015fc6a508d4fc41fc3 /lib/plugins/plugin
parent992ded5a7e2cbd2c8092ded03d035d0cbeade327 (diff)
downloadrpg-ba9056cfeae3c6451e5e8e4ae3eff6060cbd3d8a.tar.gz
rpg-ba9056cfeae3c6451e5e8e4ae3eff6060cbd3d8a.tar.bz2
Skipping plural form in plugin installed message
Diffstat (limited to 'lib/plugins/plugin')
-rw-r--r--lib/plugins/plugin/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php
index 437c168bd..87570a708 100644
--- a/lib/plugins/plugin/lang/en/lang.php
+++ b/lib/plugins/plugin/lang/en/lang.php
@@ -73,6 +73,6 @@ $lang['enabled'] = 'Plugin %s enabled.';
$lang['notenabled'] = 'Plugin %s could not be enabled, check file permissions.';
$lang['disabled'] = 'Plugin %s disabled.';
$lang['notdisabled'] = 'Plugin %s could not be disabled, check file permissions.';
-$lang['packageinstalled'] = 'Plugin package (%d plugin%s: %s) successfully installed.';
+$lang['packageinstalled'] = 'Plugin package (%d plugin(s): %s) successfully installed.';
//Setup VIM: ex: et ts=4 :