diff --git a/common/src/main/java/org/jetbrains/annotations/Nls.java b/common/src/main/java/org/jetbrains/annotations/Nls.java index 0a1ed52..f3e3a31 100644 --- a/common/src/main/java/org/jetbrains/annotations/Nls.java +++ b/common/src/main/java/org/jetbrains/annotations/Nls.java @@ -23,7 +23,7 @@ import java.lang.annotation.Target; /** - * Specifies that an element of the program is an user-visible string which needs to be localized. + * Specifies that an element of the program is a user-visible string which needs to be localized. * This annotation is intended to be used by localization tools for * detecting strings which should be reported as requiring localization. *