[harmattan] "Mark all loaded" read instead of "Mark all read"

This commit is contained in:
Hauke Schade 2015-02-11 22:53:06 +01:00
parent e6fb92e900
commit bd70cc0d2f

View file

@ -142,9 +142,9 @@ Page {
}
}
MenuItem {
text: qsTr('Mark all read')
text: qsTr('Mark all loaded read')
onClicked: {
feedItems.catchUp()
feedItems.markAllLoadedAsRead()()
}
}
SettingsItem {}