Corrected copy&paster error. The "Uninstall" option contained the same

text as the "Install" option. 


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35773 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2010-03-07 12:46:03 +00:00
parent a070cf5306
commit 6449e3ee5c
1 changed files with 3 additions and 5 deletions

View File

@ -82,11 +82,9 @@ EntryPage::_BuildUI()
text.Truncate(0);
text <<
TR("Install boot menu") << "\n\n" <<
TR("Choose this option to install a boot menu, "
"allowing you to select which operating "
"system to boot when you turn on your "
"computer.") << "\n";
TR("Uninstall boot menu") << "\n\n" <<
TR("Choose this option to remove the boot menu "
"previously installed by this program.\n");
fUninstallText = CreateDescription(textRect, "uninstallText", text);
MakeHeading(fUninstallText);
AddChild(fUninstallText);