~ubuntu-branches/ubuntu/raring/quassel/raring-proposed

« back to all changes in this revision

Viewing changes to src/qtui/coreconfigwizard.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2008-06-27 19:21:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080627192130-kjsrutd8w40x5okn
Tags: upstream-0.2.0~rc1
ImportĀ upstreamĀ versionĀ 0.2.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
 
136
136
AdminUserPage::AdminUserPage(QWidget *parent) : QWizardPage(parent) {
137
137
  ui.setupUi(this);
138
 
  setTitle(tr("Create User Account"));
139
 
  setSubTitle(tr("First, we will create a user account on the core. This first user will have administrator privileges."));
 
138
  setTitle(tr("Create Admin User"));
 
139
  setSubTitle(tr("First, we will create a user on the core. This first user will have administrator privileges."));
140
140
 
141
141
  registerField("adminUser.user*", ui.user);
142
142
  registerField("adminUser.password*", ui.password);