Changed wording of Write Protection ON / OFF to be easier to understand

This commit is contained in:
mpohoreski 2006-03-07 17:24:18 +00:00
parent e8e81bfbc7
commit 14b30f9478
1 changed files with 3 additions and 3 deletions

View File

@ -292,13 +292,13 @@ BEGIN
POPUP "Disk Menu"
BEGIN
MENUITEM "&Eject", ID_DISKMENU_EJECT
MENUITEM "&Write protection: ON", ID_DISKMENU_WRITEPROTECTION_ON
MENUITEM "W&rite protection: OFF", ID_DISKMENU_WRITEPROTECTION_OFF
MENUITEM "Read / &Write", ID_DISKMENU_WRITEPROTECTION_OFF
MENUITEM "&Read only", ID_DISKMENU_WRITEPROTECTION_ON
END
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////