diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi
index 2eb125a4f..49031d0fd 100644
--- a/html/cgi-bin/qos.cgi
+++ b/html/cgi-bin/qos.cgi
@@ -1084,6 +1084,7 @@ END
| $Lang::tr{'qos warning'}
END
;
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 9d5740993..19d35089f 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -1369,6 +1369,7 @@
'pulse' => 'Puls',
'pulse dial' => 'Pulswahl:',
'qos graphs' => 'Qos Diagramme',
+'qos warning' => 'Die Regel muss wieder gespeichert werden, ansonsten wird sie verworfen!',
'quick playlist' => 'Quick Playlist',
'ram' => 'RAM-Speicher',
'read bytes' => 'Gelesene Bytes',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index f2a0bdb49..c16d989da 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1397,6 +1397,7 @@
'pulse' => 'Pulse',
'pulse dial' => 'Pulse dial:',
'qos graphs' => 'Qos Graphs',
+'qos warning' => 'The rule must be saved, otherwise it will be discarded!',
'quick control' => 'Quick Control',
'quick playlist' => 'Quick Playlist',
'ram' => 'RAM',
|