Rename 'down load' what it is: 'Copy to RAMCard'

This commit is contained in:
Joshua Bell 2019-02-09 21:19:16 -08:00
parent 382763aec2
commit 9d623520c8
3 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,6 @@ https://github.com/inexorabletash/a2d/issues
* Icons for volumes positioned more predictably and sensibly. (#94)
* GS/OS filenames (supported by ProDOS 2.5) are shown with correct case. (#64)
### Additional Desk Accessories
* This Apple

View File

@ -3400,7 +3400,7 @@ str_size_blocks:
.word 110,35,110,43
str_download:
PASCAL_STRING "DownLoad ..."
PASCAL_STRING "Copy to RAMCard ..."
str_ramcard_full:
PASCAL_STRING "The RAMCard is full. The copy was not completed."

View File

@ -555,7 +555,7 @@ run_list_label:
other_run_list_label:
PASCAL_STRING {GLYPH_OAPPLE,"2 Other Run list"}
down_load_label:
PASCAL_STRING "Down load:"
PASCAL_STRING "Copy to RAMCard:"
at_first_boot_label:
PASCAL_STRING {GLYPH_OAPPLE,"3 at first boot"}
at_first_use_label: