Update i18n/L10n.

This commit is contained in:
Siebrand Mazeland
2010-09-18 10:25:13 +02:00
parent 234b1e6c23
commit ca3d803f1d
2 changed files with 4 additions and 6 deletions

View File

@@ -177,8 +177,7 @@ class MinifyPlugin extends Plugin
'author' => 'Craig Andrews',
'homepage' => 'http://status.net/wiki/Plugin:Minify',
'rawdescription' =>
_m('The Minify plugin minifies your CSS and Javascript, removing whitespace and comments.'));
_m('The Minify plugin minifies StatusNet\'s CSS and JavaScript, removing whitespace and comments.'));
return true;
}
}