diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-09-09 21:28:01 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-09-09 21:31:34 +0200 |
commit | d9f36ae7e1e6bf6aeb69f2491234ce0903a6543d (patch) | |
tree | 53c1738b41259c479c476e6afc10911e96cedb70 /phpBB/styles/prosilver/template/ucp_attachments.html | |
parent | 12398d65fd52b1cec93d5aaccf933a9ba3eb93a0 (diff) | |
download | forums-d9f36ae7e1e6bf6aeb69f2491234ce0903a6543d.tar forums-d9f36ae7e1e6bf6aeb69f2491234ce0903a6543d.tar.gz forums-d9f36ae7e1e6bf6aeb69f2491234ce0903a6543d.tar.bz2 forums-d9f36ae7e1e6bf6aeb69f2491234ce0903a6543d.tar.xz forums-d9f36ae7e1e6bf6aeb69f2491234ce0903a6543d.zip |
[ticket/12976] Correctly use plurals for attachment count in UCP navigation
PHPBB3-12976
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_attachments.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_attachments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html index ddbf892dee..1d4963273c 100644 --- a/phpBB/styles/prosilver/template/ucp_attachments.html +++ b/phpBB/styles/prosilver/template/ucp_attachments.html @@ -12,7 +12,7 @@ <!-- IF .attachrow --> <div class="action-bar top"> <div class="pagination"> - {TOTAL_ATTACHMENTS} {L_TITLE} + {NUM_ATTACHMENTS} <!-- IF .pagination --> <!-- INCLUDE pagination.html --> <!-- ELSE --> |