Skip to content

Commit

Permalink
Replace a QObject::tr() that was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Jul 17, 2013
1 parent 8cd8ccd commit 51b1955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mytharchive/mytharchive/archivesettings.cpp
Expand Up @@ -220,7 +220,7 @@ static HostComboBox *ChapterMenuAspectRatio()
static HostComboBox *MythArchiveDateFormat()
{
HostComboBox *gc = new HostComboBox("MythArchiveDateFormat");
gc->setLabel(QObject::tr("Date format"));
gc->setLabel(ArchiveSettings::tr("Date format"));

QDate sampdate = MythDate::current().toLocalTime().date();
QString sampleStr = ArchiveSettings::tr("Samples are shown using today's "
Expand Down

0 comments on commit 51b1955

Please sign in to comment.