mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-07-11 02:14:43 -06:00
Last-minute minor string nitpicks
This commit is contained in:
parent
a11658dc66
commit
804375f8ee
@ -878,7 +878,7 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
|
||||
MultiChoiceSetting(
|
||||
IntListSetting.COMBO_BUTTON_BUTTONS,
|
||||
R.string.combo_button_settings,
|
||||
R.string.combo_button_description,
|
||||
R.string.combo_button_settings_description,
|
||||
R.array.comboOptions,
|
||||
R.array.comboOptionValues,
|
||||
IntListSetting.COMBO_BUTTON_BUTTONS.key,
|
||||
|
||||
@ -168,8 +168,8 @@
|
||||
<string name="turbo_limit_hotkey">Turbo Speed</string>
|
||||
<string name="turbo_enabled_toast">Turbo Speed Enabled</string>
|
||||
<string name="turbo_disabled_toast">Turbo Speed Disabled</string>
|
||||
<string name="combo_button_settings">Combo Button Settings</string>
|
||||
<string name="combo_button_description">Enable and Change Combo Button Bindings.</string>
|
||||
<string name="combo_button_settings">Configure Combo Button</string>
|
||||
<string name="combo_button_settings_description">Select which buttons are triggered by the Combo Button.</string>
|
||||
|
||||
<!-- System files strings -->
|
||||
<string name="setup_system_files">System Files</string>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user