diff --git a/php/class.pluginmdmmodule.php b/php/class.pluginmdmmodule.php index 11ff1e9..be7d6b6 100755 --- a/php/class.pluginmdmmodule.php +++ b/php/class.pluginmdmmodule.php @@ -45,7 +45,7 @@ class PluginMDMModule extends Module } catch(Exception $e){} // If we can't find a version, we will simply return not available - return dgettext('plugin_mdm', 'n/a'); + return dgettext('plugin_mdm', 'version not available'); } /**