summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-02-07 21:11:59 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2025-02-12 13:30:48 -0600
commitadc5b81c318f2704fc0e68e51a16d5434111541a (patch)
treef7ed7715513b8043e2f1f2898a7522b858f2d9f1 /Source/Android
parentc770e7c2766155799095d1a1df19f898a2db7bc5 (diff)
DolphinQt: Rename the pack/unpack SD Card buttons.
Diffstat (limited to 'Source/Android')
-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>