From 14b30f94780e22d82e011a3056f0cb31231ace84 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Tue, 7 Mar 2006 17:24:18 +0000 Subject: [PATCH] Changed wording of Write Protection ON / OFF to be easier to understand --- AppleWin/resource/Applewin.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppleWin/resource/Applewin.rc b/AppleWin/resource/Applewin.rc index a13a9b5b..1f194b22 100644 --- a/AppleWin/resource/Applewin.rc +++ b/AppleWin/resource/Applewin.rc @@ -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 /////////////////////////////////////////////////////////////////////////////