From 2c6de5fe42d2a71ab51c5d60194ada8678904046 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 18 Dec 2018 13:42:25 -0500 Subject: Update French language name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use Français on the language selection button to match the language naming scheme. Change-Id: I16568e276cf56d39f1c0bcb9f2fcbe6e0431bcb2 Signed-off-by: Scott Murray --- app/Dashboard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit 1.2.3-korg