diff --git a/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/keyboard/android/leanback/ime/LeanbackKeyboardContainer.java b/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/keyboard/android/leanback/ime/LeanbackKeyboardContainer.java index 1bcc749..fe0961e 100644 --- a/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/keyboard/android/leanback/ime/LeanbackKeyboardContainer.java +++ b/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/keyboard/android/leanback/ime/LeanbackKeyboardContainer.java @@ -513,7 +513,7 @@ public class LeanbackKeyboardContainer { mSpeechRecognizer.startListening(mRecognizerIntent); } else { - String noRecognition = "Seems that current device is not supporting voice recognition"; + String noRecognition = "Seems that the voice recognition is not enabled on your device"; MessageHelpers.showLongMessage(context, noRecognition);