mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
changed missing translations to red rather than blink
This commit is contained in:
parent
5f59fd86fb
commit
0a199a929a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function __($tag, $args=array()) {
|
||||||
# if it's a supported language, but there isn't a translation,
|
# if it's a supported language, but there isn't a translation,
|
||||||
# alert the visitor to the missing translation.
|
# alert the visitor to the missing translation.
|
||||||
#
|
#
|
||||||
$translated = "<blink><b>_" . $tag . "_</b></blink>";
|
$translated = "<font color=\"red\"><b>_" . $tag . "_</b></font>";
|
||||||
}
|
}
|
||||||
|
|
||||||
# replace escape substitutions
|
# replace escape substitutions
|
||||||
|
|
Loading…
Add table
Reference in a new issue