Fix #829742 (Inconsistent string "Articles")

This commit is contained in:
Kovid Goyal 2011-08-19 14:45:12 -06:00
parent d209bcf513
commit c8bafab8fc

View File

@ -181,7 +181,7 @@ save_template_title_series_sorting = 'library_order'
# To disable use the expression: '^$'
# This expression is designed for articles that are followed by spaces. If you
# also need to match articles that are followed by other characters, for example L'
# in French, use: r"^(A\s+|The\s+|An\s+|L')" instead.
# in French, use: "^(A\s+|The\s+|An\s+|L')" instead.
# Default: '^(A|The|An)\s+'
title_sort_articles=r'^(A|The|An)\s+'