mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
MDict: localizable article loading error string.
This commit is contained in:
parent
6f0a47fe53
commit
1505bf990d
2
mdx.cc
2
mdx.cc
|
@ -778,7 +778,7 @@ void MdxDictionary::loadArticle( uint32_t offset, string & articleText )
|
|||
QString articleId;
|
||||
articleId.setNum( ( quint64 )pRecordInfo, 16 );
|
||||
|
||||
articleText = "Article loading error";
|
||||
articleText = string( QObject::tr( "Article loading error" ).toUtf8().constData() );
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue