diff options
author | Simon Rettberg | 2013-11-16 15:58:23 +0100 |
---|---|---|
committer | Simon Rettberg | 2013-11-16 15:58:23 +0100 |
commit | 22e9b75b1b6c193f58639348e04cc8fbb0b45f9a (patch) | |
tree | ed26a9c67e83de9c87bc903e70e8de971aee1882 /inc/message.inc.php | |
parent | Add minilinux download functionality and ipxe compilation scripts (diff) | |
download | slx-admin-22e9b75b1b6c193f58639348e04cc8fbb0b45f9a.tar.gz slx-admin-22e9b75b1b6c193f58639348e04cc8fbb0b45f9a.tar.xz slx-admin-22e9b75b1b6c193f58639348e04cc8fbb0b45f9a.zip |
Fixed two stupid messups
Diffstat (limited to 'inc/message.inc.php')
-rw-r--r-- | inc/message.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/message.inc.php b/inc/message.inc.php index ea6cd20d..3117630b 100644 --- a/inc/message.inc.php +++ b/inc/message.inc.php @@ -13,7 +13,7 @@ $error_text = array( 'debug-mode' => 'Der Debug-Modus ist aktiv!', 'value-invalid' => 'Der Wert {{1}} ist ungültig für die Option {{0}} und wurde ignoriert', 'invalid-action' => 'Ungültige Aktion: {{0}}', - 'remote-timeout' => 'Konnte Ressource {{0}} nicht herunterladen', + 'remote-timeout' => 'Konnte Ressource {{0}} nicht herunterladen ({{1}})', 'remote-parse-failed' => 'Parsen der empfangenen Daten fehlgeschlagen ({{0}})', 'missing-file' => 'Es wurde keine Datei ausgewählt!', 'invalid-file' => 'Die Datei {{0}} existiert nicht!', |