mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Fix to Japanese translation (Masato Hashimoto)
Make one more string translatable (Masato Hashimoto)
This commit is contained in:
parent
bc10bbe135
commit
6265e2e092
59 changed files with 1202 additions and 564 deletions
|
@ -212,7 +212,7 @@ private slots:
|
|||
setRow(NETWORK_ADDRESS, tr("IP Address to report to trackers (requires restart)"), &txt_network_address);
|
||||
// Program notifications
|
||||
cb_program_notifications.setChecked(pref.useProgramNotification());
|
||||
setRow(PROGRAM_NOTIFICATIONS, "Display program on-screen notifications", &cb_program_notifications);
|
||||
setRow(PROGRAM_NOTIFICATIONS, tr("Display program on-screen notifications"), &cb_program_notifications);
|
||||
// Tracker State
|
||||
cb_tracker_status.setChecked(pref.isTrackerEnabled());
|
||||
setRow(TRACKER_STATUS, tr("Enable embedded tracker"), &cb_tracker_status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue