Skip to content

Commit

Permalink
Translatio context changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Aug 9, 2013
1 parent 4f66b79 commit 9554e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/programs/mythtv-setup/channeleditor.cpp
Expand Up @@ -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());
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit 9554e88

Please sign in to comment.