added 2 missing translation strings
This commit is contained in:
parent
045948b13a
commit
3d3c271ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ Page {
|
|||
}
|
||||
else {
|
||||
itemListModel.append({
|
||||
title: (showAll ? "No items in feed" : "No unread items in feed"),
|
||||
title: (showAll ? qsTr("No items in feed") : qsTr("No unread items in feed")),
|
||||
subtitle: "",
|
||||
id: null,
|
||||
unread: false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue