From 9554e88001c4118567eb95da1aa8c0974b3ffb7e Mon Sep 17 00:00:00 2001 From: Nicolas Riendeau Date: Fri, 9 Aug 2013 19:56:00 -0400 Subject: [PATCH] Translatio context changes --- mythtv/programs/mythtv-setup/channeleditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mythtv/programs/mythtv-setup/channeleditor.cpp b/mythtv/programs/mythtv-setup/channeleditor.cpp index 1573d428673..5e9278feb51 100644 --- a/mythtv/programs/mythtv-setup/channeleditor.cpp +++ b/mythtv/programs/mythtv-setup/channeleditor.cpp @@ -26,7 +26,7 @@ ChannelWizard::ChannelWizard(int id, int default_sourceid) : ConfigurationWizard() { - setLabel(QObject::tr("Channel Options")); + setLabel(tr("Channel Options")); // Must be first. addChild(cid = new ChannelID()); @@ -60,7 +60,7 @@ ChannelWizard::ChannelWizard(int id, int default_sourceid) ChannelEditor::ChannelEditor(MythScreenStack *parent) : MythScreenType(parent, "channeleditor"), m_sourceFilter(FILTER_ALL), - m_currentSortMode(QObject::tr("Channel Name")), + m_currentSortMode(QCoreApplication::translate("(Common)", "Channel Name")), m_currentHideMode(false), m_channelList(NULL), m_sourceList(NULL), m_preview(NULL), m_channame(NULL), m_channum(NULL), m_callsign(NULL),