diff --git a/frappe/printing/doctype/network_printer_settings/network_printer_settings.py b/frappe/printing/doctype/network_printer_settings/network_printer_settings.py index 94d1d2f302..e42ed818c7 100644 --- a/frappe/printing/doctype/network_printer_settings/network_printer_settings.py +++ b/frappe/printing/doctype/network_printer_settings/network_printer_settings.py @@ -13,7 +13,7 @@ class NetworkPrinterSettings(Document): import cups except ImportError: frappe.throw(_('''This feature can not be used as dependencies are missing. - Please contact your system manager to enable this by installing pycups!''')) + Please contact your system manager to enable this by installing pycups!''')) return try: cups.setServer(self.server_ip)