From f7d3309505030d1492946993830e8f422cafd451 Mon Sep 17 00:00:00 2001 From: Ronald Toussaint Date: Tue, 20 Dec 2016 12:59:39 +0100 Subject: [PATCH] KMP-20: Changed n/a in 'version not available' --- php/class.pluginmdmmodule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /**