rename extfs volume name to "Unix"

This commit is contained in:
gbeauche 2006-01-21 17:26:27 +00:00
parent 46ee842be3
commit 7755bd2873

View File

@ -26,9 +26,9 @@
user_string_def platform_strings[] = {
// Common strings that have a platform-specific variant
{STR_VOLUME_IS_MOUNTED_WARN, "The volume '%s' is mounted under Linux. Basilisk II will try to unmount it."},
{STR_EXTFS_CTRL, "Linux Root"},
{STR_EXTFS_NAME, "Linux Directory Tree"},
{STR_EXTFS_VOLUME_NAME, "Linux"},
{STR_EXTFS_CTRL, "Unix Root"},
{STR_EXTFS_NAME, "Unix Directory Tree"},
{STR_EXTFS_VOLUME_NAME, "Unix"},
// Purely platform-specific strings
{STR_NO_DEV_ZERO_ERR, "Cannot open /dev/zero: %s."},