android: Change wording for "Add Games" button (#100)
Co-authored-by: bunnei <bunneidev@gmail.com>
This commit is contained in:
		| @@ -60,8 +60,8 @@ class HomeSettingsFragment : Fragment() { | ||||
|                 R.drawable.ic_nfc | ||||
|             ) { mainActivity.getAmiiboKey.launch(arrayOf("*/*")) }, | ||||
|             HomeSetting( | ||||
|                 R.string.add_games, | ||||
|                 R.string.add_games_description, | ||||
|                 R.string.select_games_folder, | ||||
|                 R.string.select_games_folder_description, | ||||
|                 R.drawable.ic_add | ||||
|             ) { mainActivity.getGamesDirectory.launch(Intent(Intent.ACTION_OPEN_DOCUMENT_TREE).data) }, | ||||
|             HomeSetting( | ||||
|   | ||||
| @@ -23,12 +23,14 @@ | ||||
|     <string name="text_continue">Continue</string> | ||||
|     <string name="next">Next</string> | ||||
|     <string name="back">Back</string> | ||||
|     <string name="add_games">Add Games</string> | ||||
|     <string name="add_games_description">Select your games folder</string> | ||||
|  | ||||
|     <!-- Home strings --> | ||||
|     <string name="home_games">Games</string> | ||||
|     <string name="home_settings">Settings</string> | ||||
|     <string name="add_games">Add Games</string> | ||||
|     <string name="add_games_description">Select your games folder</string> | ||||
|     <string name="select_games_folder">Select Games Folder</string> | ||||
|     <string name="select_games_folder_description">Allows yuzu to populate the games list</string> | ||||
|     <string name="add_games_warning">Skip selecting games folder?</string> | ||||
|     <string name="add_games_warning_description">Games won\'t be displayed in the Games list if a folder isn\'t selected.</string> | ||||
|     <string name="add_games_warning_help">https://yuzu-emu.org/help/quickstart/#dumping-games</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user