Ticket #7475: FrontendOK_20091101.diff

File FrontendOK_20091101.diff, 942 bytes (added by Reynaldo H. Verdejo Pinochet, 14 years ago)

As in $Subject. Please review and apply if correct.

  • mythtv/programs/mythfrontend/proglist.cpp

     
    17911791    {
    17921792        m_titleText->SetText(tr("Phrase"));
    17931793        new MythUIButtonListItem(m_phraseList, tr("<New Phrase>"), NULL, false);
    1794         m_okButton->SetText(tr("Ok"));
     1794        m_okButton->SetText(tr("OK"));
    17951795    }
    17961796
    17971797    for (int x = 0; x < m_list.size(); x++)
     
    20122012            m_timeList->SetItemCurrent(x);
    20132013    }
    20142014
    2015     m_okButton->SetText(tr("Ok"));
     2015    m_okButton->SetText(tr("OK"));
    20162016
    20172017    connect(m_okButton, SIGNAL(Clicked()), this, SLOT(okClicked()));
    20182018
     
    22912291
    22922292    initLists();
    22932293
    2294     m_okButton->SetText(tr("Ok"));
     2294    m_okButton->SetText(tr("OK"));
    22952295
    22962296    connect(m_okButton, SIGNAL(Clicked()), this, SLOT(okClicked()));
    22972297