Ticket #1053: kHz-text.2.patch

File kHz-text.2.patch, 875 bytes (added by gjhurlbu@…, 18 years ago)

patch to fix the text mentioned (revised)

  • 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};
     
    203203    {
    204204        setLabel(QObject::tr("Finetune")+" (kHz)");
    205205        setHelpText(QObject::tr("Value to be added to your desired frequency "
    206                                 "in Hertz, for 'fine tuning'."));
     206                                "in kHz, for 'fine tuning'."));
    207207    };
    208208};
    209209