From 81200951a72b69b45f8ecfcad0f325a2a21de957 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 10 Oct 2011 16:30:22 +0000 Subject: [PATCH] typo svn: r18279 --- src/gramps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gramps.py b/src/gramps.py index 0621454c9..66619aa0c 100644 --- a/src/gramps.py +++ b/src/gramps.py @@ -284,7 +284,7 @@ def show_settings(): if gsversion_str: gsversion_str = gsversion_str.replace('\n', '') except: - gsversion_str = 'Ghostcript not in system PATH' + gsversion_str = 'Ghostscript not in system PATH' os_path = os.environ.get('PATH','not set') os_path = os_path.split(os.pathsep)