Fixed #30.
This commit is contained in:
parent
add2d8971f
commit
b9116d1a82
@ -94,7 +94,7 @@ void WebViewer::loadMessages(const QList<Message> &messages) {
|
|||||||
|
|
||||||
messages_layout.append(single_message_layout.arg(message.m_title,
|
messages_layout.append(single_message_layout.arg(message.m_title,
|
||||||
tr("Written by ") + (message.m_author.isEmpty() ?
|
tr("Written by ") + (message.m_author.isEmpty() ?
|
||||||
tr("uknown author") :
|
tr("unknown author") :
|
||||||
message.m_author),
|
message.m_author),
|
||||||
message.m_url,
|
message.m_url,
|
||||||
message.m_contents,
|
message.m_contents,
|
||||||
|
@ -306,10 +306,10 @@ bool StandardServiceRoot::mergeImportExportModel(FeedsImportExportModel *model,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (some_feed_category_error) {
|
if (some_feed_category_error) {
|
||||||
output_message = tr("Import successfull, but some feeds/categories were not imported due to error.");
|
output_message = tr("Import successful, but some feeds/categories were not imported due to error.");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
output_message = tr("Import was completely successfull.");
|
output_message = tr("Import was completely successful.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return !some_feed_category_error;
|
return !some_feed_category_error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user