Skip to content

Commit

Permalink
Update freebsd-install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdon Morales authored Dec 12, 2021
1 parent 07f24c0 commit 9b2e594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utilities/Install FreeBSD.app/Resources/freebsd-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def show_the_no_password_warning(sender):
# https://doc.qt.io/qt-5/qwizard.html
#############################################################################

print(tr("Install FreeBSD"))
print(tr("Install Research Unix"))

app = QtWidgets.QApplication(sys.argv)

Expand Down Expand Up @@ -146,7 +146,7 @@ def __init__(self):
# self.setButtonLayout(
# [QtWidgets.QWizard.CustomButton1, QtWidgets.QWizard.Stretch, QtWidgets.QWizard.NextButton])

self.setWindowTitle(tr("Install FreeBSD"))
self.setWindowTitle(tr("Install Research Unix (Base System)"))
self.setFixedSize(800, 550)

# Remove window decorations, especially the close button
Expand Down

0 comments on commit 9b2e594

Please sign in to comment.