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