diff --git a/html/inc/translation.inc b/html/inc/translation.inc
index 9b64a63495..deb91d2bcb 100644
--- a/html/inc/translation.inc
+++ b/html/inc/translation.inc
@@ -154,7 +154,10 @@ function tra($text /* ...arglist... */){
if (isset($language_lookup_array[$language][$text])) {
$text = $language_lookup_array[$language][$text];
break;
- }
+ } else if ($language=="en"){
+ // This language is defined in the code and is always available
+ break;
+ }
}
// Replace relevant substrings with given arguments