⛏️ index : haiku.git

author Michael Lotz <mmlr@mlotz.ch> 2009-09-12 14:36:38.0 +00:00:00
committer Michael Lotz <mmlr@mlotz.ch> 2009-09-12 14:36:38.0 +00:00:00
commit
c64d00de03997a64a99718072ef790527c00c1a0 [patch]
tree
9a10904f0704c98783e281fee7eccc1ff3804453
parent
0c3a534f4fbcf542c449fc236534427fda0d1cf7
download
c64d00de03997a64a99718072ef790527c00c1a0.tar.gz

Merge r33085 from trunk: Fixed typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha1@33097 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 src/apps/bootman/BootManagerController.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/apps/bootman/BootManagerController.cpp b/src/apps/bootman/BootManagerController.cpp
index c8ac973..e28154a 100644
--- a/src/apps/bootman/BootManagerController.cpp
+++ b/src/apps/bootman/BootManagerController.cpp
@@ -297,7 +297,7 @@
		"save the MBR into.\n\n"
		"If something goes wrong with the installation or if "
		"you later wish to remove the boot menu, simply run the "
		"bootman program and choose to 'Uninstall' option.";	
		"bootman program and choose the 'Uninstall' option.";	
	
	return new FileSelectionPage(&fSettings, frame, "saveMBR", description.String(), 
		B_SAVE_PANEL);