Skip to content

Commit f074e9a

Browse files
authored
Fix save relocation string breaking Crowdin
Crowdin did not like that this string started with a quotation mark so it assumed it was a multi-line string. I reworded it to not start with a quote and also imo made it a little clearer overall.
1 parent 06a218b commit f074e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/nitrofiles/languages/en/language.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ DESCRIPTION_LOAD_BOOTLOADER=Directly loading the bootloader speeds up boot time.
263263
DESCRIPTION_BOOTSTRAP_1=The release build is the latest version usually bundled. The nightly build is based on a commit from GitHub, and can contain bugs.
264264
DESCRIPTION_DEBUG_1=Displays some text before launched game.
265265
DESCRIPTION_LOGGING_1=Logs the process of patching to sd:/NDSBTSRP.LOG
266-
DESCRIPTION_SAVE_RELOCATION="SD/microSD Card" is default save relocation of nds-bootstrap. "Game Card" disables relocation to save on retail game card when title ID matches between ROM and game card.
266+
DESCRIPTION_SAVE_RELOCATION=The default "SD/microSD Card" relocates saves to files on your SD card. "Game Card" disables relocation to save on the inserted game card when title ID matches between ROM and game card.
267267

268268
; Misc settings
269269
LANGUAGE=Language

0 commit comments

Comments
 (0)