Browse Source
description
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2987/head
crueter
3 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
3 additions and
1 deletions
-
src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt
-
src/android/app/src/main/res/values/strings.xml
|
|
@ -762,6 +762,7 @@ abstract class SettingsItem( |
|
|
SwitchSetting( |
|
|
SwitchSetting( |
|
|
BooleanSetting.ENABLE_UPDATE_CHECKS, |
|
|
BooleanSetting.ENABLE_UPDATE_CHECKS, |
|
|
titleId = R.string.enable_update_checks, |
|
|
titleId = R.string.enable_update_checks, |
|
|
|
|
|
descriptionId = R.string.enable_update_checks_description, |
|
|
) |
|
|
) |
|
|
) |
|
|
) |
|
|
put( |
|
|
put( |
|
|
|
|
|
@ -271,7 +271,8 @@ |
|
|
<string name="folder">Folder</string> |
|
|
<string name="folder">Folder</string> |
|
|
<string name="dont_show_again">Don\'t Show Again</string> |
|
|
<string name="dont_show_again">Don\'t Show Again</string> |
|
|
<string name="add_directory_success">New game directory added successfully </string> |
|
|
<string name="add_directory_success">New game directory added successfully </string> |
|
|
<string name="enable_update_checks">Check for updates on app startup.</string> |
|
|
|
|
|
|
|
|
<string name="enable_update_checks">Check for Updates</string> |
|
|
|
|
|
<string name="enable_update_checks_description">Check for updates on launch, and optionally download and install the new update.</string> |
|
|
<string name="update_available">Update Available</string> |
|
|
<string name="update_available">Update Available</string> |
|
|
<string name="update_available_description">A new version is available: %1$s\n\nWould you like to download it?</string> |
|
|
<string name="update_available_description">A new version is available: %1$s\n\nWould you like to download it?</string> |
|
|
<string name="downloading_update">Downloading Update</string> |
|
|
<string name="downloading_update">Downloading Update</string> |
|
|
|