diff --git a/pandora_console/godmode/servers/plugin_registration.php b/pandora_console/godmode/servers/plugin_registration.php index 296a29a510..e6bf99c768 100644 --- a/pandora_console/godmode/servers/plugin_registration.php +++ b/pandora_console/godmode/servers/plugin_registration.php @@ -93,10 +93,6 @@ if (is_metaconsole() === true) { } } -$str = 'This extension makes registering server plugins an easier task.'; -$str .= ' Here you can upload a server plugin in .pspz zipped format.'; -$str .= ' Please refer to the official documentation on how to obtain and use Server Plugins.'; - $output = '
';
-$output .= __($str);
+$output .= __('This extension makes registering server plugins an easier task. Here you can upload a server plugin in .pspz zipped format. Please refer to the official documentation on how to obtain and use Server Plugins.');
$output .= '
';
$output .= __('You can get more plugins in our');
$output .= '';