You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: settings/nitrofiles/languages/en/language.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ DESCRIPTION_LOAD_BOOTLOADER=Directly loading the bootloader speeds up boot time.
263
263
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.
264
264
DESCRIPTION_DEBUG_1=Displays some text before launched game.
265
265
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.
0 commit comments