Skip to content
Snippets Groups Projects
Commit 6b1ab945 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

i18n: correct translatable chatview string

Change-Id: I4518617520b7296ad2df3c07f6ec9a593d219286
parent 1dfbfd21
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ Item {
property string oneDayAgo: qsTr("one day ago")
property string hoursAgo: qsTr("{0} hours ago")
property string oneHourAgo: qsTr("one hour ago")
property string minutesAgo: qsTr("${0} minutes ago")
property string minutesAgo: qsTr("{0} minutes ago")
property string justNow: qsTr("just now")
property string failureString: qsTr("Failure")
property string acceptString: qsTr("Accept")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment