[PC-BSD Commits] r484 - pcbsd/trunk/kcmPBSystem
svn at pcbsd.org
svn at pcbsd.org
Sun Jul 15 07:20:52 PDT 2007
Author: tim
Date: 2007-07-15 15:20:52 +0100 (Sun, 15 Jul 2007)
New Revision: 484
Modified:
pcbsd/trunk/kcmPBSystem/cvsupprogress.ui.h
Log:
Fixed bad language
Modified: pcbsd/trunk/kcmPBSystem/cvsupprogress.ui.h
===================================================================
--- pcbsd/trunk/kcmPBSystem/cvsupprogress.ui.h 2007-07-15 06:14:56 UTC (rev 483)
+++ pcbsd/trunk/kcmPBSystem/cvsupprogress.ui.h 2007-07-15 14:20:52 UTC (rev 484)
@@ -84,7 +84,7 @@
void CVSUpProgress::setCvsupServer( QString *server )
{
- int question = KMessageBox::questionYesNo(this, tr("PC-BSD has your fastest server to be:\n") + *server + tr("\n\nWould you like to use this server in future?"), tr("Confirm server selection"));
+ int question = KMessageBox::questionYesNo(this, tr("PC-BSD has detected the fastest server to be:\n") + *server + tr("\n\nWould you like to use this server in future?"), tr("Confirm server selection"));
if (question == KMessageBox::Yes)
{
writeServer(*server);
More information about the Commits
mailing list