From eef1031214a5e4fe32d540c14c7f023da2add19d Mon Sep 17 00:00:00 2001 From: Claire Revillet Date: Wed, 26 Nov 2014 21:12:31 +0100 Subject: oups (missing array) --- en/support/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'en/support') diff --git a/en/support/index.php b/en/support/index.php index c8374d3ec..92fdaf5b1 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -41,7 +41,7 @@ $dictionary = read_translation_file($locale, 'support'); echo '
'; _g('Updates', null, 'h2 id="updates"'); - _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', 'Mageia 4'), 'p'); + _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('Mageia 4'), 'p'); _g('You can install these from the Mageia Control Center.', null, 'p'); _g('You may subscribe to our %s announce list to be notified of these.', array('updates-announce'), 'p'); echo '
'; -- cgit v1.2.1