diff options
author | thexai <58434170+thexai@users.noreply.github.com> | 2024-06-21 18:14:14 +0200 |
---|---|---|
committer | thexai <58434170+thexai@users.noreply.github.com> | 2024-06-21 18:24:45 +0200 |
commit | 5d9513c2e38af36dcee1dfa941c0c8ff02edfad4 (patch) | |
tree | e847e7d16bcf8dbc6546d67069ef1bea5e7f7aeb /system | |
parent | 3d14ee659bc0a9f431ee094487a781d8ef0ad892 (diff) |
strings.po: fix duplicated strings id's
Diffstat (limited to 'system')
-rwxr-xr-x | system/settings/settings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 0f559176be..86841efbed 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -123,15 +123,15 @@ <formatlabel>14047</formatlabel> </control> </setting> - <setting id="videoplayer.hqscalerprecision" type="integer" label="39198" help="39199"> + <setting id="videoplayer.hqscalerprecision" type="integer" label="13472" help="13473"> <requirement>HAS_GL</requirement> <level>2</level> <default>10</default> <constraints> <options> - <option label="39200">8</option> - <option label="39201">10</option> - <option label="39202">16</option> + <option label="13474">8</option> + <option label="13475">10</option> + <option label="13476">16</option> </options> </constraints> <control type="spinner" format="string" /> |