Skip to content

Commit 72c2187

Browse files
committed
doc: improve NLS instruction wording
Reported-by: "Tang, Haiying" Discussion: https://postgr.es/m/bbbccf7a3c2d436e85d45869d612fd6b@G08CNEXMBPEKD05.g08.fujitsu.local Author: "Tang, Haiying" Backpatch-through: 9.5
1 parent f0b9bad commit 72c2187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/nls.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ msgstr "another translated"
9090

9191
...
9292
</programlisting>
93-
The msgid's are extracted from the program source. (They need not
93+
The msgid lines are extracted from the program source. (They need not
9494
be, but this is the most common way.) The msgstr lines are
9595
initially empty and are filled in with useful strings by the
9696
translator. The strings can contain C-style escape characters and
@@ -113,7 +113,7 @@ msgstr "another translated"
113113
The #. style comments are extracted from the source file where the
114114
message is used. Possibly the programmer has inserted information
115115
for the translator, such as about expected alignment. The #:
116-
comment indicates the exact location(s) where the message is used
116+
comments indicate the exact locations where the message is used
117117
in the source. The translator need not look at the program
118118
source, but can if there is doubt about the correct
119119
translation. The #, comments contain flags that describe the

0 commit comments

Comments
 (0)