diff options
Diffstat (limited to 'src/pwgui/main.cpp')
-rw-r--r-- | src/pwgui/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pwgui/main.cpp b/src/pwgui/main.cpp index 9f6bfae..2efd4cd 100644 --- a/src/pwgui/main.cpp +++ b/src/pwgui/main.cpp @@ -507,7 +507,7 @@ static int helper_cupsError(const int code) { switch (code) { case CUPS_BACKEND_OK: - helper_messageBox("CUPS", "Der Druckauftrag wurde erfolgreich an den print server übermittelt", false); + helper_messageBox("CUPS", "Der Druckauftrag wurde erfolgreich an den Druckserver übermittelt", false); return CUPS_BACKEND_OK; case CUPS_BACKEND_FAILED: |