From 1372772bdb18704d23444b17094deeda1b2ec799 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 5 May 2017 03:38:54 +0200 Subject: [PATCH] Fixed PDF template. --- paperize/main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/paperize/main.py b/paperize/main.py index 195986c..28c3f96 100755 --- a/paperize/main.py +++ b/paperize/main.py @@ -36,11 +36,11 @@ TEMPLATE_HEADER = ( "## Backup of file `{file_name}` \n" "To restore this file scan the QR codes and " "paste them into a plain text file (or several).\n\n" - "Then use `paperizer file FILE [FILE ...]` to restore the file.\n\n" - "Alternatively, if you don't have the _paperizer_ tool handy, you can just " - "remove the _paperizer_ tags and newlines and feed the rest through a " + "Then use `paperize file FILE [FILE ...]` to restore the file.\n\n" + "Alternatively, if you don't have the _paperize_ tool handy, you can just " + "remove the _paperize_ tags and newlines and feed the rest through a " "base64 decoding.\n\n" - "URL: \n\n" + "URL to source code: \n\n" ) FILE_NAME = "qr_part_{i}.png"