mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 07:30:24 +00:00
Changed wording of Write Protection ON / OFF to be easier to understand
This commit is contained in:
parent
e7a3b23f61
commit
308f0aa6a1
@ -292,13 +292,13 @@ BEGIN
|
|||||||
POPUP "Disk Menu"
|
POPUP "Disk Menu"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Eject", ID_DISKMENU_EJECT
|
MENUITEM "&Eject", ID_DISKMENU_EJECT
|
||||||
MENUITEM "&Write protection: ON", ID_DISKMENU_WRITEPROTECTION_ON
|
MENUITEM "Read / &Write", ID_DISKMENU_WRITEPROTECTION_OFF
|
||||||
MENUITEM "W&rite protection: OFF", ID_DISKMENU_WRITEPROTECTION_OFF
|
|
||||||
|
MENUITEM "&Read only", ID_DISKMENU_WRITEPROTECTION_ON
|
||||||
|
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
#endif // English (U.S.) resources
|
#endif // English (U.S.) resources
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user