Skip to content

Commit 57807c0

Browse files
committed
Naming fix
1 parent 8f96a1e commit 57807c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'''The main script file'''
1+
'''The main program file'''
22

33
import os
44
import sys
@@ -70,7 +70,7 @@ def _input_method():
7070
is_valid_input_method = True
7171

7272
print(
73-
'\nThe script will walk you trough all the required values now.')
73+
'\nThe program will walk you trough all the required values now.')
7474

7575
is_valid_input_method_type = False
7676

@@ -777,7 +777,7 @@ def _theme_info_input():
777777
os.remove('.temp.pbcolors')
778778

779779
link = print(
780-
'Can this script open a link to a GitHub issue in the Celarye/paperback-themes repository in your web browser (a GitHub account is required)?\nThis issue will make it possible to review your theme and add it to the public list of themes [y/N].').lower()
780+
'Can this program open a link to a GitHub issue in the Celarye/paperback-themes repository in your web browser (a GitHub account is required)?\nThis issue will make it possible to review your theme and add it to the public list of themes [y/N].').lower()
781781

782782
match link:
783783
case 'y':
@@ -813,7 +813,7 @@ def _theme_info_input():
813813
def _end(public_theme=False):
814814
print('\nYour theme file was created, you can now share it with the Paperback app.')
815815

816-
print('\nTip: You can just restart the script and choose the file input method to edit the theme you just made.')
816+
print('\nTip: You can just restart the program and choose the file input method to edit the theme you just made.')
817817

818818
match public_theme:
819819
case True:

0 commit comments

Comments
 (0)