diff --git a/src/libprs500/gui2/main.py b/src/libprs500/gui2/main.py index 7c19d95fb0..752cde46f0 100644 --- a/src/libprs500/gui2/main.py +++ b/src/libprs500/gui2/main.py @@ -523,7 +523,7 @@ class Main(MainWindow, Ui_MainWindow): def fetch_news_nytimes(self, checked): d = PasswordDialog(self, 'nytimes info dialog', - '
Please enter your username and password for nytimes.com
If you do not have, you can register for free.
Without a registration, some articles will not be downloaded correctly. Click OK to proceed.')
+ '
Please enter your username and password for nytimes.com
If you do not have an account, you can register for free.
Without a registration, some articles will not be downloaded correctly. Click OK to proceed.')
d.exec_()
if d.result() == QDialog.Accepted:
un, pw = d.username(), d.password()