summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2011-07-12 19:43:37 +0200
committerGuy Brand <gb@unistra.fr>2011-07-12 19:43:37 +0200
commitb704da0446180981f7b286604f732155a76306f7 (patch)
treed60588c0d39a4d08367c2251ed3a7c6507d7cc56 /lib/plugins/plugin
parent11d9d6503055d85d0901c5c30fa68e7610cff2d5 (diff)
downloadrpg-b704da0446180981f7b286604f732155a76306f7.tar.gz
rpg-b704da0446180981f7b286604f732155a76306f7.tar.bz2
Skipping plural form in plugin installed message (commit forgotten file)
Diffstat (limited to 'lib/plugins/plugin')
-rw-r--r--lib/plugins/plugin/classes/ap_download.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/plugin/classes/ap_download.class.php b/lib/plugins/plugin/classes/ap_download.class.php
index e3afd142a..6aab4ba3c 100644
--- a/lib/plugins/plugin/classes/ap_download.class.php
+++ b/lib/plugins/plugin/classes/ap_download.class.php
@@ -114,7 +114,7 @@ class ap_download extends ap_manage {
if ($tmp) $this->dir_delete($tmp);
if (!$this->manager->error) {
- msg(sprintf($this->lang['packageinstalled'], count($this->downloaded), (count($this->downloaded) != 1?'s':''), join(',',$this->downloaded)),1);
+ msg(sprintf($this->lang['packageinstalled'], count($this->downloaded), join(',',$this->downloaded)),1);
$this->refresh();
return true;
}