[QGIS Commit] r12428 - trunk/qgis/src/helpviewer

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Dec 13 07:20:05 EST 2009


Author: timlinux
Date: 2009-12-13 07:20:05 -0500 (Sun, 13 Dec 2009)
New Revision: 12428

Modified:
   trunk/qgis/src/helpviewer/qgshelpviewer.cpp
Log:
Further update for context help from Milena

Modified: trunk/qgis/src/helpviewer/qgshelpviewer.cpp
===================================================================
--- trunk/qgis/src/helpviewer/qgshelpviewer.cpp	2009-12-13 12:12:32 UTC (rev 12427)
+++ trunk/qgis/src/helpviewer/qgshelpviewer.cpp	2009-12-13 12:20:05 UTC (rev 12428)
@@ -129,8 +129,7 @@
       // translate this for us message
       if ( !lang.contains( "en_" ) )
       {
-        helpContents = "<i>This help file is not available in your language."
-                       " If you would like to translate it, please contact the QGIS  development team.</i><hr>";
+        helpContents = "<i>" + tr( "This help file is not available in your language. If you would like to translate it, please contact the QGIS  development team." ) + "</i><hr />";
       }
     }
     if ( !file.open( QIODevice::ReadOnly | QIODevice::Text ) )



More information about the QGIS-commit mailing list