forked from I2P_Developers/i2p.i2p
minor updates after review
This commit is contained in:
@@ -1050,7 +1050,7 @@ public class ConsoleUpdateManager implements UpdateManager, RouterApp {
|
||||
uri = DataHelper.stripHTML(task.getURI().getPath());
|
||||
buf.append(_("Install failed from {0}", uri));
|
||||
} else {
|
||||
buf.append(_("Transfer failed from {0}"));
|
||||
buf.append(_("Transfer failed from {0}", uri));
|
||||
}
|
||||
if (reason != null && reason.length() > 0) {
|
||||
buf.append("<br>");
|
||||
|
||||
@@ -136,7 +136,7 @@ class NewsFetcher extends UpdateRunner {
|
||||
/**
|
||||
* Add a query param for the local language to get translated news.
|
||||
* Unchanged if disabled by property, if language is english,
|
||||
* or if URI already contains a language paramter
|
||||
* or if URI already contains a language parameter
|
||||
*
|
||||
* @since 0.9.21
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user