Skip to content

Commit

Permalink
Further update for context help from Milena
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12428 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 13, 2009
1 parent 7a0a3fb commit b112082
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/helpviewer/qgshelpviewer.cpp
Expand Up @@ -129,8 +129,7 @@ void QgsHelpViewer::loadContext( const QString &contextId )
// 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 ) )
Expand Down

0 comments on commit b112082

Please sign in to comment.