Ticket #10355: mythweather-cons.diff

File mythweather-cons.diff, 842 bytes (added by Nick Morrott <knowledgejunkie@…>, 12 years ago)
  • mythplugins/mythweather/mythweather/weatherSetup.cpp

    diff --git mythplugins/mythweather/mythweather/weatherSetup.cpp mythplugins/mythweather/mythweather/weatherSetup.cpp
    index 819fffc..264f737 100644
    bool LocationDialog::Create() 
    975975
    976976void LocationDialog::doSearch()
    977977{
    978     QString busymessage = tr("Searching ...");
     978    QString busymessage = tr("Searching...");
    979979
    980980    MythScreenStack *popupStack = GetMythMainWindow()->GetStack("popup stack");
    981981
    void LocationDialog::doSearch() 
    997997    int numresults = 0;
    998998    clearResults();
    999999
    1000     QString searchingresults = tr("Searching ... Results: %1");
     1000    QString searchingresults = tr("Searching... Results: %1");
    10011001
    10021002    m_resultsText->SetText(searchingresults.arg(0));
    10031003    qApp->processEvents();