Ticket #7294: installer.diff

File installer.diff, 643 bytes (added by jonas.kirilla, 13 years ago)
  • src/apps/installer/InstallerWindow.cpp

     
    211211    fSizeView->SetExplicitAlignment(
    212212        BAlignment(B_ALIGN_RIGHT, B_ALIGN_MIDDLE));
    213213
    214     fProgressBar = new BStatusBar("progress",
    215         B_TRANSLATE("Install progress:  "));
     214    BString text = B_TRANSLATE("Install progress:");
     215    text << "  ";
     216    fProgressBar = new BStatusBar("progress", text);
    216217    fProgressBar->SetMaxValue(100.0);
    217218
    218219    fBeginButton = new BButton("begin_button", B_TRANSLATE("Begin"),