Просмотр исходного кода

setup wizard: Remove subtitles

Daniel Molkentin 13 лет назад
Родитель
Сommit
53b0b96627
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/mirall/owncloudwizard.cpp

+ 0 - 2
src/mirall/owncloudwizard.cpp

@@ -58,7 +58,6 @@ void setupCustomMedia( QVariant variant, QLabel *label )
 OwncloudWelcomePage::OwncloudWelcomePage()
 {
     setTitle(tr("Welcome to %1").arg(Theme::instance()->appName()));
-    setSubTitle(tr("Set up your server connection"));
 
     QVBoxLayout *lay = new QVBoxLayout(this);
     QLabel *content = new QLabel;
@@ -78,7 +77,6 @@ OwncloudSetupPage::OwncloudSetupPage()
     _ui.setupUi(this);
 
     setTitle(tr("Create the %1 Connection").arg(Theme::instance()->appName()));
-    setSubTitle(tr("Enter Server Name and Credentials"));
 
     connect(_ui.leUrl, SIGNAL(textChanged(QString)), SLOT(handleNewOcUrl(QString)));