summaryrefslogtreecommitdiff
path: root/templates/de
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-05-16 14:35:54 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-05-16 14:35:54 -0400
commit143286bced7e3ce33b054671267077e85db002f9 (patch)
tree949d9256494936fa3021314f1aa6cb0a1d37d44c /templates/de
parent2a20b5124546cafc5fe686b1af0223642d43a94a (diff)
downloadcups-143286bced7e3ce33b054671267077e85db002f9.tar.gz
Fixed the "cancel all jobs" function in the web interface for several languages (Issue #4999)
Diffstat (limited to 'templates/de')
-rw-r--r--templates/de/printer.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/de/printer.tmpl b/templates/de/printer.tmpl
index 454627fd5..89206acf7 100644
--- a/templates/de/printer.tmpl
+++ b/templates/de/printer.tmpl
@@ -13,7 +13,7 @@
{printer_state=5?<OPTION VALUE="start-printer">Drucker starten</OPTION>:<OPTION VALUE="stop-printer">Drucker anhalten</OPTION>}
{printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">Aufträge annehmen</OPTION>:<OPTION VALUE="reject-jobs">Aufträge ablehnen</OPTION>}
<OPTION VALUE="move-jobs">Alle Aufträge verschieben</OPTION>
-<OPTION VALUE="purge-jobs">Alle Aufträge abbrechen</OPTION>
+<OPTION VALUE="cancel-jobs">Alle Aufträge abbrechen</OPTION>
</SELECT>
<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Go"></NOSCRIPT>
</FORM>