From ac2d6bac6437dba45614e30c67e6bdb0ee1301ce Mon Sep 17 00:00:00 2001 From: ppvnf <73800734+ppvnf@users.noreply.github.com> Date: Sun, 9 Oct 2022 19:38:38 -0300 Subject: [PATCH] Update mainWindow.py Capitalize Scoop and fix typo --- wingetui/mainWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wingetui/mainWindow.py b/wingetui/mainWindow.py index 6a9b732fac..113055d533 100644 --- a/wingetui/mainWindow.py +++ b/wingetui/mainWindow.py @@ -202,7 +202,7 @@ def warnAboutAdmin(self): "mainTitle": f"Administrator privileges", "mainText": f"It looks like you ran WingetUI as administrator, which is not recommended. You can still use the program, but we hightly recommend not running WingetUI with administrator privileges. Click on \"Show details\" to see why.", "buttonTitle": "Ok", - "errorDetails": "There are two main reasons to not run WingetUI as administrator:\n The first one is that the scoop package manager might cause problems with some commands when ran with administrator rights.\n The second one is that running WingetUI as administrator means that any package that you download will be ran as administrator (and this is not safe).\n Remeber that if you need to install a specific package as administrator, you can always right-click tyhe item -> Install/Update/Uninstall as administrator.", + "errorDetails": "There are two main reasons to not run WingetUI as administrator:\n The first one is that the Scoop package manager might cause problems with some commands when ran with administrator rights.\n The second one is that running WingetUI as administrator means that any package that you download will be ran as administrator (and this is not safe).\n Remeber that if you need to install a specific package as administrator, you can always right-click the item -> Install/Update/Uninstall as administrator.", "icon": QIcon(getMedia("infocolor")), } self.err.showErrorMessage(errorData, showNotification=False)