Changed internalization in notification title to internationalization
This commit is contained in:
Matthias Vill
2015-11-05 17:17:53 +03:00
committed by Kirill Likhodedov
parent 26d21de421
commit d43586ad66
@@ -60,7 +60,7 @@ public class KeyboardInternationalizationNotificationManager {
KeyboardSettingsExternalizable.getDisplayLanguageNameForComponent(recentFocusedWindow) + " language." +
"You can change this option in the settings of " + productName + " <a href='settings'>more...</a></html>";
String title = "Enable smart keyboard internalization for " + productName + ".";
String title = "Enable smart keyboard internationalization for " + productName + ".";
return new Notification(groupDisplayId, title,
text,