From 308f0aa6a1472cc4a444bcb2097dea6823f91381 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 --- resource/Applewin.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resource/Applewin.rc b/resource/Applewin.rc index a13a9b5b..1f194b22 100644 --- a/resource/Applewin.rc +++ b/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 /////////////////////////////////////////////////////////////////////////////