Skip to content

Commit aab6c8d

Browse files
authored
Merge pull request #30 from pog5/main
fix: Clear up Caps Lock key confusion
2 parents 441cb52 + ecb6c13 commit aab6c8d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/l10n/generated/localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

lib/l10n/generated/localizations_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';

lib/l10n/intl_en.arb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
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": {
@@ -338,4 +338,4 @@
338338
"@settingsEPTDescription": {
339339
"description": "The description for Show experimental tweaks"
340340
}
341-
}
341+
}

0 commit comments

Comments
 (0)