Fix translation issues

By using disambiguation field instead of comment field to differentiate
translations.
This commit is contained in:
Chocobo1
2019-08-13 12:12:31 +08:00
parent 8555629128
commit b34d90df0b
2 changed files with 6 additions and 6 deletions

View File

@@ -349,7 +349,7 @@
</tr>
</table>
<div class="formRow">
<span>Info: The password is saved unencrypted</span>
<span>QBT_TR(Info: The password is saved unencrypted)QBT_TR[CONTEXT=OptionsDialog]</span>
</div>
</fieldset>
</fieldset>
@@ -2035,7 +2035,7 @@
settings.set('save_resume_data_interval', $('saveResumeDataInterval').getProperty('value'));
settings.set('recheck_completed_torrents', $('recheckTorrentsOnCompletion').getProperty('checked'));
settings.set('resolve_peer_countries', $('resolvePeerCountries').getProperty('checked'));
// libtorrent section
settings.set('async_io_threads', $('asyncIOThreads').getProperty('value'));
settings.set('file_pool_size', $('filePoolSize').getProperty('value'));