Ticket #1053: kHz-text.patch
File kHz-text.patch, 569 bytes (added by , 20 years ago) |
---|
-
channelsettings.cpp
190 190 setLabel(QObject::tr("Frequency")+" "+QObject::tr("or")+" "+ 191 191 QObject::tr("Channel")); 192 192 setHelpText(QObject::tr( 193 "Specify either the exact frequency in Hertz or "193 "Specify either the exact frequency in kHz or " 194 194 "a valid channel for your 'TV Format'.")); 195 195 }; 196 196 };