mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Typo
Changed internalization in notification title to internationalization
This commit is contained in:
committed by
Kirill Likhodedov
parent
26d21de421
commit
d43586ad66
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user