Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-08-08 10:10:43 +02:00
commit 00e2bd2d0c

View File

@ -188,8 +188,12 @@ function PMA_pluginGetChoice($section, $name, &$list, $cfgname = null)
) {
$ret .= ' selected="selected"';
}
if (method_exists($plugin->getProperties(), 'getText')) {
$text = $plugin->getProperties()->getText();
}
$ret .= ' value="' . $plugin_name . '">'
. PMA_getString($plugin->getProperties()->getText())
. PMA_getString($text)
. '</option>' . "\n";
}
$ret .= '</select>' . "\n";