aboutsummaryrefslogtreecommitdiffstats
path: root/langs.inc.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-22 19:47:02 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-22 19:47:02 +0000
commit0d0e606eefa347a100cf276b1bc43b832cc48200 (patch)
treed12bb44604451a18fb3ca34d1df7bc3490cb6c19 /langs.inc.php
parentc70474335e7e9bc2f3a6af2a40f6b367b19caf6e (diff)
downloadwww-0d0e606eefa347a100cf276b1bc43b832cc48200.tar
www-0d0e606eefa347a100cf276b1bc43b832cc48200.tar.gz
www-0d0e606eefa347a100cf276b1bc43b832cc48200.tar.bz2
www-0d0e606eefa347a100cf276b1bc43b832cc48200.tar.xz
www-0d0e606eefa347a100cf276b1bc43b832cc48200.zip
new home page and new navigation for Mageia 2
Diffstat (limited to 'langs.inc.php')
-rw-r--r--langs.inc.php3
1 files changed, 2 insertions, 1 deletions
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) {