35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From 5260d44bebbb261aa7231e0be323967655bb863d Mon Sep 17 00:00:00 2001
|
|
From: AsciiWolf <mail@asciiwolf.com>
|
|
Date: Sat, 10 Mar 2018 20:48:13 +0100
|
|
Subject: [PATCH] Fix typo
|
|
|
|
---
|
|
ppdippstr.py | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/ppdippstr.py b/ppdippstr.py
|
|
index fdbf5818..0e5aded9 100644
|
|
--- a/ppdippstr.py
|
|
+++ b/ppdippstr.py
|
|
@@ -118,7 +118,7 @@ def init ():
|
|
"Resolution": _("Resolution"),
|
|
|
|
"Color Mode": _("Color Mode"),
|
|
- "Hight Quality Grayscale": _("Hight Quality Grayscale"),
|
|
+ "High Quality Grayscale": _("High Quality Grayscale"),
|
|
"Black Only Grayscale": _("Black Only Grayscale"),
|
|
|
|
"Quality": _("Quality"),
|
|
@@ -146,7 +146,7 @@ def init ():
|
|
"Transparency": _("Transparency"),
|
|
"Plain Paper": _("Plain Paper"),
|
|
"Plain": _("Plain"),
|
|
- "Photo Paper)": _("Photo Paper)"),
|
|
+ "Photo Paper": _("Photo Paper"),
|
|
"Transparency Film": _("Transparency Film"),
|
|
"CD or DVD Media": _("CD or DVD Media"),
|
|
"Print Density": _("Print Density"),
|
|
--
|
|
2.25.1
|
|
|