Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions reference/strings/functions/localeconv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,29 +89,29 @@
<row>
<entry>p_cs_precedes</entry>
<entry>
&true; if currency_symbol precedes a positive value, &false;
1 if currency_symbol precedes a positive value, 0
if it succeeds one
</entry>
</row>
<row>
<entry>p_sep_by_space</entry>
<entry>
&true; if a space separates currency_symbol from a positive
value, &false; otherwise
1 if a space separates currency_symbol from a positive
value, 0 otherwise
</entry>
</row>
<row>
<entry>n_cs_precedes</entry>
<entry>
&true; if currency_symbol precedes a negative value, &false;
1 if currency_symbol precedes a negative value, 0;
if it succeeds one
</entry>
</row>
<row>
<entry>n_sep_by_space</entry>
<entry>
&true; if a space separates currency_symbol from a negative
value, &false; otherwise
1 if a space separates currency_symbol from a negative
value, 0 otherwise
</entry>
</row>
<row valign="top">
Expand Down