Replace "All BeOS disks" with "All Haiku disks"
- In mount menu and mount preferences. Fixes #12623.
This commit is contained in:
@@ -87,7 +87,7 @@ AutomountSettingsPanel::AutomountSettingsPanel()
|
|||||||
new BMessage(kAutomountSettingsChanged));
|
new BMessage(kAutomountSettingsChanged));
|
||||||
|
|
||||||
fAutoMountAllBFSCheck = new BRadioButton("autoBFS",
|
fAutoMountAllBFSCheck = new BRadioButton("autoBFS",
|
||||||
B_TRANSLATE("All BeOS disks"),
|
B_TRANSLATE("All Haiku disks"),
|
||||||
new BMessage(kAutomountSettingsChanged));
|
new BMessage(kAutomountSettingsChanged));
|
||||||
|
|
||||||
fAutoMountAllCheck = new BRadioButton("autoAll",
|
fAutoMountAllCheck = new BRadioButton("autoAll",
|
||||||
@@ -112,7 +112,7 @@ AutomountSettingsPanel::AutomountSettingsPanel()
|
|||||||
new BMessage(kBootMountSettingsChanged));
|
new BMessage(kBootMountSettingsChanged));
|
||||||
|
|
||||||
fInitialMountAllBFSCheck = new BRadioButton("initialBFS",
|
fInitialMountAllBFSCheck = new BRadioButton("initialBFS",
|
||||||
B_TRANSLATE("All BeOS disks"),
|
B_TRANSLATE("All Haiku disks"),
|
||||||
new BMessage(kBootMountSettingsChanged));
|
new BMessage(kBootMountSettingsChanged));
|
||||||
|
|
||||||
fInitialMountAllCheck = new BRadioButton("initialAll",
|
fInitialMountAllCheck = new BRadioButton("initialAll",
|
||||||
|
|||||||
Reference in New Issue
Block a user