summaryrefslogtreecommitdiff
path: root/Source/Android/app
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2025-02-15 00:31:40 -0500
committerGitHub <noreply@github.com>2025-02-15 00:31:40 -0500
commit0fc36bbfa94fb33e423d7a39d59b62a9b768d018 (patch)
tree60953cc00911439662c51552441dc3e5ab522ca4 /Source/Android/app
parentf9accfd4d65ab46e44271f948a05ae4b95ea2e62 (diff)
parentadc5b81c318f2704fc0e68e51a16d5434111541a (diff)
Merge pull request #13341 from jordan-woyak/sd-convert-buttons-rename
DolphinQt: Rename the pack/unpack SD Card buttons.
Diffstat (limited to 'Source/Android/app')
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml
index aacc57a3be..0dbee76452 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -105,10 +105,10 @@
<string name="wii_sd_card_sync_description">Synchronizes the SD Card with the SD Sync Folder when starting and ending emulation.</string>
<string name="wii_sd_card_path">SD Card Path</string>
<string name="wii_sd_sync_folder">SD Sync Folder</string>
- <string name="wii_sd_card_folder_to_file">Convert Folder to File Now</string>
- <string name="wii_sd_card_folder_to_file_confirmation">You are about to convert the content of the SD sync folder into the SD card file. All current content of the file will be deleted. Are you sure you want to continue?</string>
- <string name="wii_sd_card_file_to_folder">Convert File to Folder Now</string>
- <string name="wii_sd_card_file_to_folder_confirmation">You are about to convert the content of the SD card file into the SD sync folder. All current content of the folder will be deleted. Are you sure you want to continue?</string>
+ <string name="wii_sd_card_folder_to_file">Pack SD Card Now</string>
+ <string name="wii_sd_card_folder_to_file_confirmation">You are about to pack the content of the SD sync folder into the SD card file. All current content of the file will be deleted. Are you sure you want to continue?</string>
+ <string name="wii_sd_card_file_to_folder">Unpack SD Card Now</string>
+ <string name="wii_sd_card_file_to_folder_confirmation">You are about to unpack the content of the SD card file into the SD sync folder. All current content of the folder will be deleted. Are you sure you want to continue?</string>
<string name="wii_converting">Converting…</string>
<string name="wii_convert_success">Conversion done.</string>
<string name="wii_convert_failure">Conversion failed.</string>