From 95a67fecbd8fb764925e57bf6e68364d109bdaed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Sat, 19 Sep 2009 14:28:08 +0000 Subject: [PATCH] Language nit: 'setup' != 'set up' git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33186 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/InstallerWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index c14280b2c6..802d067e83 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -203,7 +203,7 @@ InstallerWindow::InstallerWindow() fBeginButton->SetEnabled(false); fSetupButton = new BButton("setup_button", - "Setup partitions" B_UTF8_ELLIPSIS, new BMessage(SETUP_MESSAGE)); + "Set up partitions" B_UTF8_ELLIPSIS, new BMessage(SETUP_MESSAGE)); fMakeBootableButton = new BButton("makebootable_button", "Write Boot Sector", new BMessage(MSG_WRITE_BOOT_SECTOR)); @@ -400,7 +400,7 @@ InstallerWindow::MessageReceived(BMessage *msg) case ENCOURAGE_DRIVESETUP: { (new BAlert("use drive setup", "No partitions have been found that " - "are suitable for installation. Please setup partitions and " + "are suitable for installation. Please set up partitions and " "initialize at least one partition with the Be File System." , "Ok"))->Go(); }