From 6f141e02e892a67f42853af3dc101c98137c164e Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Wed, 23 Jan 2013 17:44:50 -0500 Subject: [PATCH] Renamed the button "Desktop (Live-CD)" to "Boot to Desktop". Fixes part of #9399 --- src/apps/readonlybootprompt/BootPromptWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/readonlybootprompt/BootPromptWindow.cpp b/src/apps/readonlybootprompt/BootPromptWindow.cpp index f34d3af422..d1804cf18c 100644 --- a/src/apps/readonlybootprompt/BootPromptWindow.cpp +++ b/src/apps/readonlybootprompt/BootPromptWindow.cpp @@ -289,7 +289,7 @@ BootPromptWindow::_UpdateStrings() "strings, but if you like, you can join in the work at " ".\"")); - fDesktopButton->SetLabel(B_TRANSLATE("Desktop (Live-CD)")); + fDesktopButton->SetLabel(B_TRANSLATE("Boot to Desktop")); fInstallerButton->SetLabel(B_TRANSLATE("Run Installer")); fLanguagesLabelView->SetText(B_TRANSLATE("Language"));