mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
Fixed word 'Directive' placement in the directives list. In Spanish we must sort them the same as in French. Correct format is: 'Directiva xxxx', not the opposite
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -112,7 +112,7 @@
|
||||
<!-- the optional attribute before-name takes a string.
|
||||
if "yes", the 'Directive' word is place before the name instead of
|
||||
being placed behind. See fr.xml for an example. -->
|
||||
<message id="directive">Directiva</message>
|
||||
<message id="directive" before-name="yes">Directiva</message>
|
||||
<message id="nodirectives">Este módulo no suministra ninguna
|
||||
directiva.</message>
|
||||
|
||||
|
Reference in New Issue
Block a user