From 81f2b15988e5176e998f6b727ae75db3d823324a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 28 Apr 2023 15:18:43 +0100 Subject: adjust some wording --- src/backend/search.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/backend') diff --git a/src/backend/search.py b/src/backend/search.py index 0d364a4..22bd4ba 100644 --- a/src/backend/search.py +++ b/src/backend/search.py @@ -155,9 +155,9 @@ def srch_rslt(filter, cat, pn, desc, single): def start(filter, cat, pn, desc, single): if sisyphus.checkenv.root(): print(sisyphus.getcolor.bright_red + - "\nSearching as root, database could be updated!\n" + sisyphus.getcolor.reset) + "\nSearching as root, database can be updated!\n" + sisyphus.getcolor.reset) print(sisyphus.getcolor.bright_yellow + - "Search results would be accurate\n" + sisyphus.getcolor.reset) + "Search results will be accurate\n" + sisyphus.getcolor.reset) while True: user_input = input(sisyphus.getcolor.bright_white + "Would you like to proceed?" + sisyphus.getcolor.reset + " " + "[" + sisyphus.getcolor.bright_green + "Yes" + sisyphus.getcolor.reset + "/" + sisyphus.getcolor.bright_red + "No" + sisyphus.getcolor.reset + "]" + " ") @@ -168,15 +168,15 @@ def start(filter, cat, pn, desc, single): print(sisyphus.getcolor.bright_red + "\nSkipping database update, displaying search results!\n" + sisyphus.getcolor.reset) print(sisyphus.getcolor.bright_yellow + - "Search results could be inaccurate" + sisyphus.getcolor.reset) + "Search results may be inaccurate" + sisyphus.getcolor.reset) break else: continue else: print(sisyphus.getcolor.bright_red + - "\nSearching as user, database couldn't be updated!\n" + sisyphus.getcolor.reset) + "\nSearching as user, database cannot be updated!\n" + sisyphus.getcolor.reset) print(sisyphus.getcolor.bright_yellow + - "Search results could be inaccurate" + sisyphus.getcolor.reset) + "Search results may be inaccurate" + sisyphus.getcolor.reset) srch_rslt(filter, cat, pn, desc, single) -- cgit v1.2.3