Skip to content

Commit 933d369

Browse files
author
timlinux
committedDec 13, 2009
Further update for context help from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12428 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent db1f36d commit 933d369

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/helpviewer/qgshelpviewer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ void QgsHelpViewer::loadContext( const QString &contextId )
129129
// translate this for us message
130130
if ( !lang.contains( "en_" ) )
131131
{
132-
helpContents = "<i>This help file is not available in your language."
133-
" If you would like to translate it, please contact the QGIS development team.</i><hr>";
132+
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 />";
134133
}
135134
}
136135
if ( !file.open( QIODevice::ReadOnly | QIODevice::Text ) )

0 commit comments

Comments
 (0)
Please sign in to comment.