KMP-20: Changed n/a in 'version not available'

This commit is contained in:
Ronald Toussaint 2016-12-20 12:59:39 +01:00
parent edd376b5b8
commit f7d3309505

View File

@ -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');
}
/**