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

List:       kde-commits
Subject:    playground/multimedia/lintv/lintv/src
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2009-04-30 21:17:55
Message-ID: 1241126275.162472.8479.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 961887 by coles:

Proof-reading - exclamation point squishing.



 M  +4 -4      lintv.cpp  


--- trunk/playground/multimedia/lintv/lintv/src/lintv.cpp #961886:961887
@@ -183,7 +183,7 @@
         m_view->setStatusText(i18n("<b>Not Playing</b>"));
         return;
     } else if (m_status == LinTV::NoDevices) {
-	m_view->setStatusText(i18n("<b>No devices were detected in the system!</b>"));
+	m_view->setStatusText(i18n("<b>No devices were detected in the system.</b>"));
 	return;
     }
 
@@ -292,7 +292,7 @@
     // If not, we have to print it out and log it to a file!
     if (!LinTVTools::checkProgram("mplayer", false)
         || !LinTVTools::checkProgram("mencoder", false)) {
-        QString errorMsg = i18n("Mplayer executable could not be found!\n"
+        QString errorMsg = i18n("Mplayer executable could not be found.\n"
                                 "You must install Mplayer in order to use LinTV.");
         if (m_hasGui) {
             KMessageBox::error(0L, errorMsg, i18n("Missing Dependencies"));
@@ -868,8 +868,8 @@
     }
 
     if (closeTries == 3) {
-        KMessageBox::information(m_view, i18n("LinTV is currently recording! You must stop" 
-                                            " recording before you exit LinTV!"),
+        KMessageBox::information(m_view, i18n("LinTV is currently recording: all recordings" 
+                                            " must be stopped before exiting LinTV."),
                                        i18n("Stop recording before exiting"));
         closeTries = 0;
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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