mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-06 15:31:39 +00:00
console: ngettext fixes
This commit is contained in:
@@ -246,7 +246,7 @@ public class PluginStarter implements Runnable {
|
||||
updated++;
|
||||
}
|
||||
if (updated > 0)
|
||||
mgr.notifyComplete(null, ngettext("1 plugin updated", "{0} plugins updated", updated, ctx));
|
||||
mgr.notifyComplete(null, ngettext("{0} plugin updated", "{0} plugins updated", updated, ctx));
|
||||
else
|
||||
mgr.notifyComplete(null, Messages.getString("Plugin update check complete", ctx));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user