Skip to content

Commit

Permalink
fix: Keyboard should be lower case in UI string
Browse files Browse the repository at this point in the history
OS font helper UI string had a capital for K it should have been
lower case k.
  • Loading branch information
rc-swag committed May 8, 2024
1 parent b04c57c commit e1cc3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/src/desktop/kmshell/xml/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ keyboard that you use in Windows. Keyman keyboards will adapt automatically to
<!-- Context: OSK Font Helper -->
<!-- String Type: FormatString -->
<!-- Introduced: 17.0.312.0 -->
<string name="S_OSK_FontHelper_NoFonts" comment="OSK Font helper no fonts found for keyboard">No fonts have been found as suggestions for Keyboard %1$s.</string>
<string name="S_OSK_FontHelper_NoFonts" comment="OSK Font helper no fonts found for keyboard">No fonts have been found as suggestions for keyboard %1$s.</string>

<!-- Context: Text Editor -->
<!-- String Type: FormatString -->
Expand Down

0 comments on commit e1cc3d5

Please sign in to comment.