kaffa / textpattern

Automatically exported from code.google.com/p/textpattern
0 stars 0 forks source link

Section list column heading for article_count is wrong #415

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Presentation -> Sections -> Show more detail
2. Note article_count column header title
3.

What is the expected output? What do you see instead?
- I expect to see something relating to article count, not the localised string 
for an article.

What version of the product are you using? On what operating system?
-  4.5.5 (r5575) and 4.6-dev (1df19266585a0a1fe22ce62c9669f91d)

Please provide any additional information below.
- Column heading code is in textpattern/include/txp_section.php, lines 288 to 
291.
- Solution involves a new language string, perhaps `articles_in_section` or 
similar. Substituting `article_count` doesn't really work as it displays {num} 
and looks ugly.
- Alternative solution: use `articles` instead of `article`; less work, doesn't 
need additional translation, but is not as specific as other column headers.

Original issue reported on code.google.com by p...@pragmatika.net on 17 Jun 2014 at 4:10

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r5860.

Original comment by stefdawson on 23 Jun 2014 at 7:34