aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/content')
-rw-r--r--src/virtualkeyboard/content/InputPanel.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index f062aa9f..1aa6c8b3 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.qml
@@ -85,10 +85,10 @@ Item {
It serves as a hook to display a custom language dialog instead of
the built-in language popup in the virtual keyboard.
- The \e localeList parameter contains a list of locale names to choose
+ The \a localeList parameter contains a list of locale names to choose
from. To get more information about a particular language, use the
- \l {QtQml::Qt::locale()}{Qt.locale()} function. The \e currentIndex
- is the index of current locale in the \e localeList. This item should
+ \l {QtQml::Qt::locale()}{Qt.locale()} function. The \a currentIndex
+ is the index of current locale in the \a localeList. This item should
be highlighted as the current item in the UI.
To select a new language, use the \l {VirtualKeyboardSettings::locale}