* minor revise on some wording.

* updated translation.
This commit is contained in:
walking
2011-02-10 09:46:25 +00:00
parent 99ebad3032
commit 2db136b420
6 changed files with 7291 additions and 7693 deletions

View File

@@ -595,7 +595,7 @@ public class SnarkManager implements Snark.CompleteListener {
// addMessage(_("Warning - No I2P trackers in \"{0}\", and open trackers are disabled, will announce to DHT only.", info.getName()));
} else {
//addMessage(_("Warning - No I2P trackers in \"{0}\", and DHT and open trackers are disabled, you should enable open trackers or DHT before starting the torrent.", info.getName()));
addMessage(_("Warning - No I2P trackers in \"{0}\", and DHT and open trackers are disabled, you should enable open trackers before starting the torrent.", info.getName()));
addMessage(_("Warning - No I2P Trackers found in \"{0}\". Make sure Open Tracker is enabled before starting this torrent.", info.getName()));
dontAutoStart = true;
}
}