Tweaks after review

This commit is contained in:
str4d
2015-11-16 19:32:00 +00:00
parent 046ef07efd
commit bbaa6f7f87
9 changed files with 9 additions and 9 deletions

View File

@ -555,7 +555,7 @@ public class NetDbRenderer {
* The {0} will be replaced by the parameter.
* Single quotes must be doubled, i.e. ' -> '' in the string.
* @param o parameter, not translated.
* To tranlslate parameter also, use _t("foo {0} bar", _t("baz"))
* To translate parameter also, use _t("foo {0} bar", _t("baz"))
* Do not double the single quotes in the parameter.
* Use autoboxing to call with ints, longs, floats, etc.
*/