File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -295,10 +295,10 @@ abstract class ReviLocalizations {
295295 /// **'Windows will learn what you type to improve suggestions when writing'**
296296 String get usabilityITPDescription;
297297
298- /// The label for CapsLock Key
298+ /// The label for disabling the CapsLock Key
299299 ///
300300 /// In en, this message translates to:
301- /// **'CapsLock Key'**
301+ /// **'Disable CapsLock Key'**
302302 String get usabilityCPLLabel;
303303
304304 /// The label for New Context Menu
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class ReviLocalizationsEn extends ReviLocalizations {
107107 String get usabilityITPDescription => 'Windows will learn what you type to improve suggestions when writing' ;
108108
109109 @override
110- String get usabilityCPLLabel => 'CapsLock Key' ;
110+ String get usabilityCPLLabel => 'Disable CapsLock Key' ;
111111
112112 @override
113113 String get usability11MRCLabel => 'New Context Menu' ;
Original file line number Diff line number Diff line change 136136 "@usabilityITPDescription": {
137137 "description": "The description for Inking And Typing Personalization"
138138 },
139- "usabilityCPLLabel": "CapsLock Key",
139+ "usabilityCPLLabel": "Disable CapsLock Key",
140140 "@usabilityCPLLabel": {
141- "description": "The label for CapsLock Key"
141+ "description": "The label for disabling the CapsLock Key"
142142 },
143143 "usability11MRCLabel": "New Context Menu",
144144 "@usability11MRCLabel": {
338338 "@settingsEPTDescription": {
339339 "description": "The description for Show experimental tweaks"
340340 }
341- }
341+ }
You can’t perform that action at this time.
0 commit comments