Fix to Japanese translation (Masato Hashimoto)

Make one more string translatable (Masato Hashimoto)
This commit is contained in:
Christophe Dumez 2011-05-01 07:15:44 +00:00
commit 6265e2e092
59 changed files with 1202 additions and 564 deletions

View file

@ -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);