From 088aab44ea89bd68074e8ac783e0e7d58ff8d40f Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 23 Jul 2014 10:58:00 +0200 Subject: Drop comment count from translatable message The title "View all %s comments" becomes "View all %s comment" when adding plural support (which is needed for other languages that have more than one plural form). Simply remove the comment count from the message and add it in parentheses. Suggested-by: Safa Alfulaij Suggested-by: Sebastian Wilzbach Suggested-by: kachelaqa Signed-off-by: Lukas Fleischer --- web/template/pkg_comments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index 20521a0..d687cde 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -4,7 +4,7 @@ $count = pkgbase_comments_count($base_id); ?>

- +

@@ -47,7 +47,7 @@ $count = pkgbase_comments_count($base_id); 10 && !isset($_GET['comments'])): ?>

- +

-- cgit v1.2.3-54-g00ecf