ownCloud Theme: Do not have the oCSetupTop custom media, see #1445

This commit is contained in:
Klaas Freitag 2014-08-28 18:09:15 +02:00
parent f1fb36bcb8
commit 7f1d707d23

View file

@ -80,10 +80,11 @@ QIcon ownCloudTheme::applicationIcon( ) const
QVariant ownCloudTheme::customMedia(Theme::CustomMediaType type)
{
if (type == Theme::oCSetupTop) {
return QCoreApplication::translate("ownCloudTheme",
"If you don't have an ownCloud server yet, "
"see <a href=\"https://owncloud.com\">owncloud.com</a> for more info.",
"Top text in setup wizard. Keep short!");
// return QCoreApplication::translate("ownCloudTheme",
// "If you don't have an ownCloud server yet, "
// "see <a href=\"https://owncloud.com\">owncloud.com</a> for more info.",
// "Top text in setup wizard. Keep short!");
return QVariant();
} else {
return QVariant();
}