diff --git a/bl-plugins/version/plugin.php b/bl-plugins/version/plugin.php
index 2448597a..9f906fd8 100644
--- a/bl-plugins/version/plugin.php
+++ b/bl-plugins/version/plugin.php
@@ -42,7 +42,7 @@ class pluginVersion extends Plugin {
global $L;
$html = '';
if ($this->getValue('showCurrentVersion')) {
- $html = 'Version '.(defined('BLUDIT_PRO')?'':'').''.BLUDIT_VERSION.'';
+ $html = ''.$L->get('Version').' '.(defined('BLUDIT_PRO')?'':'').''.BLUDIT_VERSION.'';
}
if ($this->getValue('newVersionAlert')) {
$html .= ''.$L->get('New version available').' ';
@@ -61,4 +61,4 @@ class pluginVersion extends Plugin {
}
return false;
}
-}
\ No newline at end of file
+}