]> git.zarvox.org Git - wp3.git/commitdiff
Change of terminology to be more professional.
authorDrew Fisher <drew.m.fisher@gmail.com>
Sun, 6 Sep 2009 21:18:53 +0000 (16:18 -0500)
committerDrew Fisher <drew.m.fisher@gmail.com>
Sun, 6 Sep 2009 21:18:53 +0000 (16:18 -0500)
chooseaction.py
pagenewuserdata.py

index 06deedeb98d7fb711ecf6b7595079d59a64a125e..a944fa7c620d182d09a40838ee9ce40615fc557f 100644 (file)
@@ -7,7 +7,7 @@ class ChooseAction (QWidget):
        def __init__(self, parent=None, db=None):
                QWidget.__init__(self,parent)
                self.db = db
-               self.l1 = QLabel("<h1>Select a task:<h1>")
+               self.l1 = QLabel("<h1>Hall Directory</h1><h1>Select a task:</h1>")
                self.l1.setAlignment(QtCore.Qt.AlignCenter)
                self.pb1 = QCommandLinkButton("&Add a person to the directory","If you haven't seen this program before, hit this button.")
                self.pb2 = QCommandLinkButton("&Edit a directory record","If you've already added your data, but want to edit it, hit this button.")
index 6f6a536accd1b12fb7214f5fb2a1886f57cf4fca..29e40acd3e8819e687391e2c7fe4f8e927fb9f58 100644 (file)
@@ -20,7 +20,7 @@ class PageNewUserData(QWizardPage):
                self.hometown_lab = QLabel("Hometown:")
                self.room_lab = QLabel("Room number:")
                self.bday_lab = QLabel("Birthday:")
-               self.dorm_lab = QLabel("Dorm:")
+               self.dorm_lab = QLabel("Hall:")
                # Personal info
                self.surname = QLineEdit()
                self.forename = QLineEdit()