You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.4 KiB
51 lines
1.4 KiB
From 1aba6e338ce2d4662f6374e59e195761d44901eb Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andr=C3=A9s=20B=2ES?= <andresbs@opensuse.org>
|
|
Date: Tue, 15 Feb 2022 17:23:30 -0600
|
|
Subject: [PATCH] Fix 3 QML import typos in some languages.
|
|
|
|
---
|
|
plugins/fr-ch/qml/Keyboard_fr-ch_url.qml | 2 +-
|
|
plugins/fr-ch/qml/Keyboard_fr-ch_url_search.qml | 2 +-
|
|
plugins/tr/qml/Keyboard_tr_url.qml | 2 +-
|
|
3 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/plugins/fr-ch/qml/Keyboard_fr-ch_url.qml b/plugins/fr-ch/qml/Keyboard_fr-ch_url.qml
|
|
index 1874c932..b7905bc6 100644
|
|
--- a/plugins/fr-ch/qml/Keyboard_fr-ch_url.qml
|
|
+++ b/plugins/fr-ch/qml/Keyboard_fr-ch_url.qml
|
|
@@ -16,7 +16,7 @@
|
|
|
|
import QtQuick 2.4
|
|
|
|
-import MaliitKeyobard 2.0
|
|
+import MaliitKeyboard 2.0
|
|
|
|
import keys 1.0
|
|
|
|
diff --git a/plugins/fr-ch/qml/Keyboard_fr-ch_url_search.qml b/plugins/fr-ch/qml/Keyboard_fr-ch_url_search.qml
|
|
index c5469141..38b5e716 100644
|
|
--- a/plugins/fr-ch/qml/Keyboard_fr-ch_url_search.qml
|
|
+++ b/plugins/fr-ch/qml/Keyboard_fr-ch_url_search.qml
|
|
@@ -16,7 +16,7 @@
|
|
|
|
import QtQuick 2.4
|
|
|
|
-import MaliitKeyobard 2.0
|
|
+import MaliitKeyboard 2.0
|
|
|
|
import keys 1.0
|
|
|
|
diff --git a/plugins/tr/qml/Keyboard_tr_url.qml b/plugins/tr/qml/Keyboard_tr_url.qml
|
|
index 60b3b75d..726d0126 100644
|
|
--- a/plugins/tr/qml/Keyboard_tr_url.qml
|
|
+++ b/plugins/tr/qml/Keyboard_tr_url.qml
|
|
@@ -16,7 +16,7 @@
|
|
|
|
import QtQuick 2.4
|
|
|
|
-import MaliitKeyobard 2.0
|
|
+import MaliitKeyboard 2.0
|
|
|
|
import keys 1.0
|
|
|