diff options
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index f357b78b..d9734a0a 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -31,7 +31,7 @@ Item { | |||
31 | property string restoreFromTrash: "restoreFromTrash" | 31 | property string restoreFromTrash: "restoreFromTrash" |
32 | property string markAsRead: "markAsRead" | 32 | property string markAsRead: "markAsRead" |
33 | property string markAsUnread: "markAsUnread" | 33 | property string markAsUnread: "markAsUnread" |
34 | property string toggleImportant: "toggleImportant" | 34 | property string setImportant: "setImportant" |
35 | property string moveToFolder: "moveToFolder" | 35 | property string moveToFolder: "moveToFolder" |
36 | property string moveToDrafts: "moveToDrafts" | 36 | property string moveToDrafts: "moveToDrafts" |
37 | property string unlockKeyring: "unlockKeyring" | 37 | property string unlockKeyring: "unlockKeyring" |