[harmattan] "Mark all loaded" read instead of "Mark all read"
This commit is contained in:
parent
e6fb92e900
commit
bd70cc0d2f
1 changed files with 2 additions and 2 deletions
|
|
@ -142,9 +142,9 @@ Page {
|
|||
}
|
||||
}
|
||||
MenuItem {
|
||||
text: qsTr('Mark all read')
|
||||
text: qsTr('Mark all loaded read')
|
||||
onClicked: {
|
||||
feedItems.catchUp()
|
||||
feedItems.markAllLoadedAsRead()()
|
||||
}
|
||||
}
|
||||
SettingsItem {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue