You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helpContents = "<i>" + tr( "This help file is not available in your language %1. If you would like to translate it, please contact the QGIS development team." ).arg( lang ) + "</i><hr />";
427
+
helpContents = missingError;
423
428
}
424
429
425
430
}
431
+
426
432
if ( !file.open( QIODevice::ReadOnly | QIODevice::Text ) )
427
433
{
428
-
helpContents = tr( "This help file does not exist for your language:<p><b>%1</b><p>If you would like to create it, contact the QGIS development team" )
0 commit comments