From 0d0e606eefa347a100cf276b1bc43b832cc48200 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 22 May 2012 19:47:02 +0000 Subject: new home page and new navigation for Mageia 2 --- langs.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'langs.inc.php') diff --git a/langs.inc.php b/langs.inc.php index ad1f34862..f81e000ba 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -155,7 +155,8 @@ function _t($s = null, $opt = null) { else { global $_t; } - return ($s == '' ? '-EMPTY-STRING-' : (array_key_exists($s, $_t) ? $_t[$s] : $s)); + + return ($s == '' ? '---' : (array_key_exists($s, $_t) ? $_t[$s] : $s)); } function _e($s = null) { -- cgit v1.2.1