summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-07 17:55:17 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-07 17:55:17 (GMT)
commit0fb91053746df32ef8d0a9434e27ea1c931036ed (patch)
treeb094420ebb823cb5a0ddd5fd7b2fb2d3354e18ce /abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp
parentbfab6fd6253152340d03a14e2a7c40b87d44af84 (diff)
downloadlinhes_pkgbuild-0fb91053746df32ef8d0a9434e27ea1c931036ed.zip
linhes_pkgbuild-0fb91053746df32ef8d0a9434e27ea1c931036ed.tar.gz
linhes_pkgbuild-0fb91053746df32ef8d0a9434e27ea1c931036ed.tar.bz2
mythinstall: rename Plex Home Theater to OpenPHT
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp
index 04307ee..7d204d7 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp
@@ -1138,9 +1138,9 @@ static HostCheckBox *HostXBMC()
static HostCheckBox *HostPLEXHT()
{
HostCheckBox *gc = new HostCheckBox("HostPLEXHT");
- gc->setLabel(QObject::tr("Plex Home Theater"));
+ gc->setLabel(QObject::tr("OpenPHT"));
gc->setValue(false);
- gc->setHelpText(QObject::tr("Plex Home Theater is a full-featured, powerful App that connects to the Plex Media Server and is designed to be used in the living room from the comfort of your lounge."));
+ gc->setHelpText(QObject::tr("OpenPHT is a community driven fork of Plex Home Theater. OpenPHT is a full-featured, powerful App that connects to Plex Media Server and is designed to be used in the living room from the comfort of your lounge."));
return gc;
};