diff options
author | Slávek Banko <[email protected]> | 2019-01-06 20:41:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-11 14:44:31 +0100 |
commit | ee7ee75ee01073595081f9e96b03c31f1b8125d3 (patch) | |
tree | 8c2ff3cd6b32d00b00ca192ff2d1cf8800dc7e64 | |
parent | bf4a2e6059a939e9619a91e4a74b497e9b8137a6 (diff) | |
download | kvirc-ee7ee75ee01073595081f9e96b03c31f1b8125d3.tar.gz kvirc-ee7ee75ee01073595081f9e96b03c31f1b8125d3.zip |
Fix empty translation.
Fix charset in translation.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c9e38e75800521d0f62466c9aabffa1b41733d16)
-rw-r--r-- | po/modules/torrent/torrent_uk.po | 2 | ||||
-rw-r--r-- | src/modules/options/optw_dcc.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/po/modules/torrent/torrent_uk.po b/po/modules/torrent/torrent_uk.po index 52ddcf11..eb2fa364 100644 --- a/po/modules/torrent/torrent_uk.po +++ b/po/modules/torrent/torrent_uk.po @@ -13,7 +13,7 @@ msgstr "" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/torrent/tc_statusbarapplet.cpp:64 diff --git a/src/modules/options/optw_dcc.cpp b/src/modules/options/optw_dcc.cpp index 8ddf15bc..a1911285 100644 --- a/src/modules/options/optw_dcc.cpp +++ b/src/modules/options/optw_dcc.cpp @@ -301,7 +301,7 @@ KviDccSendAdvancedOptionsWidget::KviDccSendAdvancedOptionsWidget(TQWidget * pare "forcibly inserted between each sent/received data packet.</center>","options")); #endif // COMPILE_INFO_TIPS - u = addUIntSelector(hb,__tr2qs_ctx("","options"),KviOption_uintDccSendIdleStepInMSec,1,65536,30,KVI_OPTION_BOOL(KviOption_boolDccSendForceIdleStep)); + u = addUIntSelector(hb,"",KviOption_uintDccSendIdleStepInMSec,1,65536,30,KVI_OPTION_BOOL(KviOption_boolDccSendForceIdleStep)); connect(b,TQT_SIGNAL(toggled(bool)),u,TQT_SLOT(setEnabled(bool))); u->setSuffix(__tr2qs_ctx(" msec","options")); |