mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-25 11:22:20 +00:00
Fixed wrong xliff attribute in minutes string
This commit is contained in:
parent
41793c1069
commit
937944fa7b
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@
|
|||
<string name="key_preview_popup_dismiss_default_delay">Default</string>
|
||||
<!-- Units abbreviation for the duration (milliseconds) [CHAR LIMIT=10] -->
|
||||
<string name="abbreviation_unit_milliseconds"><xliff:g id="MILLISECONDS">%s</xliff:g>ms</string>
|
||||
<!-- Units abbreviation for the duration (milliseconds) [CHAR LIMIT=10] -->
|
||||
<string name="abbreviation_unit_minutes"><xliff:g id="MILLISECONDS">%s</xliff:g>min.</string>
|
||||
<!-- Units abbreviation for the duration (minutes) [CHAR LIMIT=10] -->
|
||||
<string name="abbreviation_unit_minutes"><xliff:g id="MINUTES">%s</xliff:g>min.</string>
|
||||
<!-- The text that represents the current settings value is the system default [CHAR LIMIT=25] -->
|
||||
<string name="settings_system_default">System default</string>
|
||||
<!-- The text that represents an unlimited delay [CHAR LIMIT=25] -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue