mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -9,7 +9,7 @@ abstract class Plugin {
|
||||
* @return string
|
||||
*/
|
||||
function description() {
|
||||
return '';
|
||||
return $this->lang('');
|
||||
}
|
||||
|
||||
/** Translate a string from static::$translations; use Adminer\lang() for strings used by Adminer
|
||||
|
Reference in New Issue
Block a user