Skip to content
Snippets Groups Projects
Commit ba9056cf authored by Guy Brand's avatar Guy Brand
Browse files

Skipping plural form in plugin installed message

parent 992ded5a
No related branches found
No related tags found
No related merge requests found
......@@ -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 :
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment