Wording changes for plugin version display.
"Version" should be capitalized in German - and anywhere at the start of a sentence or line. Furthermore, "UPGRADE_TO_VERSION" is not the current version ("aktuelle version"), but the version one could upgrade to. Backported from master. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
@ -156,7 +156,7 @@ function show_plugins($event_only = false, $sidebars = null)
|
||||
$desc = '<details class="plugin_data">';
|
||||
$desc .= '<summary><var class="perm_name">'.$cname[0].'</var></summary>';
|
||||
$desc .= '<div class="plugin_desc clearfix">' . serendipity_specialchars($bag->get('description')) . '</div>';
|
||||
$desc .= '<span class="block_level">' . VERSION . ': ' . $bag->get('version') . '</span>';
|
||||
$desc .= '<span class="block_level">' . ucfirst(VERSION) . ': ' . $bag->get('version') . '</span>';
|
||||
$desc .= '</details>';
|
||||
|
||||
$title = serendipity_plugin_api::get_plugin_title($plugin, '[' . $name . ']');
|
||||
|
Reference in New Issue
Block a user