Ticket #1053: kHz-text.patch

File kHz-text.patch, 569 bytes (added by gjhurlbu@…, 20 years ago)

patch to fix the text mentioned.

  • channelsettings.cpp

     
    190190        setLabel(QObject::tr("Frequency")+" "+QObject::tr("or")+" "+
    191191                 QObject::tr("Channel"));
    192192        setHelpText(QObject::tr(
    193                         "Specify either the exact frequency in Hertz or "
     193                        "Specify either the exact frequency in kHz or "
    194194                        "a valid channel for your 'TV Format'."));
    195195    };
    196196};