From 03305ec03d1b08710976e72ded84083e337d01be Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 5 Nov 2007 17:20:18 +0000 Subject: [PATCH] String correction --- src/libprs500/gui2/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()