File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ msgstr "another translated"
90
90
91
91
...
92
92
</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
94
94
be, but this is the most common way.) The msgstr lines are
95
95
initially empty and are filled in with useful strings by the
96
96
translator. The strings can contain C-style escape characters and
@@ -113,7 +113,7 @@ msgstr "another translated"
113
113
The #. style comments are extracted from the source file where the
114
114
message is used. Possibly the programmer has inserted information
115
115
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
117
117
in the source. The translator need not look at the program
118
118
source, but can if there is doubt about the correct
119
119
translation. The #, comments contain flags that describe the
You can’t perform that action at this time.
0 commit comments