From eee080e6236683bda5c05d5817b7bb39675b1666 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Wed, 17 May 2023 11:19:57 +0200 Subject: [PATCH] #9242 fixed the text string so that it is taken into account in the translation --- pandora_console/godmode/servers/plugin_registration.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 .= '
'; $output .= html_print_image( @@ -108,7 +104,7 @@ $output .= '
'; $output .= '
'; $output .= '

'.__('Plugin registration').'

'; $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 .= '';