diff options
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 1483a71c..f357b78b 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -51,6 +51,7 @@ Item { | |||
51 | property string sendOutbox: "sendOutbox" | 51 | property string sendOutbox: "sendOutbox" |
52 | 52 | ||
53 | property string componentDone: "done" | 53 | property string componentDone: "done" |
54 | property string errorPending: "errorPending" | ||
54 | 55 | ||
55 | property string selectNextConversation: "selectNextConversation" | 56 | property string selectNextConversation: "selectNextConversation" |
56 | property string selectPreviousConversation: "selectPreviousConversation" | 57 | property string selectPreviousConversation: "selectPreviousConversation" |