[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/kaffeine/src/dvb
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2009-03-31 21:29:29
Message-ID: 1238534969.096450.30422.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 947609 by coles:

Proof-reading.



 M  +4 -4      dvbconfigdialog.cpp  


--- trunk/extragear/multimedia/kaffeine/src/dvb/dvbconfigdialog.cpp #947608:947609
@@ -81,7 +81,7 @@
 	boxLayout->addWidget(new QLabel(i18n("Scan file last updated on %1",
 		manager->getScanFileDate())));
 
-	QPushButton *pushButton = new QPushButton(i18n("Update scan file over internet"), widget);
+	QPushButton *pushButton = new QPushButton(i18n("Update scan file over Internet"), widget);
 	connect(pushButton, SIGNAL(clicked()), this, SLOT(updateScanFile()));
 	boxLayout->addWidget(pushButton);
 
@@ -304,7 +304,7 @@
 
 	if (job->error() != 0) {
 		if (job->error() == KJob::KilledJobError) {
-			label->setText(i18n("Scan file update failed"));
+			label->setText(i18n("Scan file update failed."));
 		} else {
 			label->setText(job->errorString());
 		}
@@ -313,9 +313,9 @@
 	}
 
 	if (manager->updateScanFile(scanData)) {
-		label->setText(i18n("Scan file successfully updated"));
+		label->setText(i18n("Scan file successfully updated."));
 	} else {
-		label->setText(i18n("Scan file update failed"));
+		label->setText(i18n("Scan file update failed."));
 	}
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic