Explorar el Código

setup wizard: Remove subtitles

Daniel Molkentin hace 13 años
padre
commit
53b0b96627
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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)));