[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Wed Apr 28 01:59:43 CEST 2004


CVS commit by arwalker: 

Added period to end of sentence.


  M +1 -1      kst.cpp   1.102


--- kdeextragear-2/kst/kst/kst.cpp  #1.101:1.102
@@ -185,5 +185,5 @@ void KstApp::checkFontPresent( const QSt
   
   if( info.family( ).lower().compare( strFont.lower() ) != 0 ) {
-    strWarning = i18n( "The %1 font was not found and so was replaced by the %2 font. As a result some labels may not display correctly" ).arg( strFont ).arg( info.family( ) );
+    strWarning = i18n( "The %1 font was not found and so was replaced by the %2 font. As a result some labels may not display correctly." ).arg( strFont ).arg( info.family( ) );
     KstDebug::self()->log( strWarning, KstDebug::Warning );
   }





More information about the Kst mailing list