summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2018-12-18 13:42:25 -0500
committerScott Murray <scott.murray@konsulko.com>2018-12-18 13:44:40 -0500
commit2c6de5fe42d2a71ab51c5d60194ada8678904046 (patch)
treeefd3cc608cfbfc172121074e4863b3bd9a115b50
parentf30fcc56b2d48a568da758d7508f94910c6f40c6 (diff)
Update French language name
Use Français on the language selection button to match the language naming scheme. Change-Id: I16568e276cf56d39f1c0bcb9f2fcbe6e0431bcb2 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--app/Dashboard.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Dashboard.qml b/app/Dashboard.qml
index 882b63a..2c23fb0 100644
--- a/app/Dashboard.qml
+++ b/app/Dashboard.qml
@@ -289,7 +289,7 @@ ApplicationWindow {
}
ListElement {
code: 'fr_FR'
- language: QT_TR_NOOP('French')
+ language: QT_TR_NOOP('Français')
}
ListElement {
code: 'ja_JP'