tweaks after review

This commit is contained in:
zzz
2010-06-06 20:36:54 +00:00
parent fc60768a66
commit c20bef3731
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ public abstract class Translate {
*
* @param n how many
* @param s singluar string, optionally with {0} e.g. "one tunnel"
* @param s plural string optionally with {0} e.g. "{0} tunnels"
* @param p plural string optionally with {0} e.g. "{0} tunnels"
* @since 0.7.14
*/
public static String getString(int n, String s, String p, I2PAppContext ctx, String bun) {