From 2fadb1707c98bbbfaac7b3b82fc69e621a092563 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 20 Nov 2005 23:55:17 +0000 Subject: [PATCH] Try to be a bit more descriptive --- BasiliskII/src/Windows/user_strings_windows.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BasiliskII/src/Windows/user_strings_windows.cpp b/BasiliskII/src/Windows/user_strings_windows.cpp index ec89960e..aea009d1 100755 --- a/BasiliskII/src/Windows/user_strings_windows.cpp +++ b/BasiliskII/src/Windows/user_strings_windows.cpp @@ -63,8 +63,8 @@ user_string_def platform_strings[] = { {STR_MOUSEWHEELMODE_PAGE_LAB, "Page Up/Down"}, {STR_MOUSEWHEELMODE_CURSOR_LAB, "Cursor Up/Down"}, {STR_MOUSEWHEELLINES_CTRL, "Lines To Scroll"}, - {STR_POLLMEDIA_CTRL, "Enable polling"}, - {STR_EXTFS_ENABLE_CTRL, "Enable external file system"}, + {STR_POLLMEDIA_CTRL, "Try to automatically detect new removable media (enable polling)"}, + {STR_EXTFS_ENABLE_CTRL, "Enable \"My Computer\" icon on your Mac desktop (external file system)"}, {STR_EXTFS_DRIVES_CTRL, "Mount drives"}, {STR_ETHER_FTP_PORT_LIST_CTRL, "FTP ports"}, {STR_ETHER_TCP_PORT_LIST_CTRL, "Server ports"},