You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2018/08/27 17:48:51 UTC

svn commit: r1839360 - /comdev/project-logos/site/js/logofinder.js

Author: humbedooh
Date: Mon Aug 27 17:48:51 2018
New Revision: 1839360

URL: http://svn.apache.org/viewvc?rev=1839360&view=rev
Log:
to S or not to S, to bug, to fix, perchance to dream? Aye, there's the rub...

Modified:
    comdev/project-logos/site/js/logofinder.js

Modified: comdev/project-logos/site/js/logofinder.js
URL: http://svn.apache.org/viewvc/comdev/project-logos/site/js/logofinder.js?rev=1839360&r1=1839359&r2=1839360&view=diff
==============================================================================
--- comdev/project-logos/site/js/logofinder.js (original)
+++ comdev/project-logos/site/js/logofinder.js Mon Aug 27 17:48:51 2018
@@ -159,7 +159,7 @@ function find_project(name) {
             }
         }
     }
-    let res = new HTML('h3', "Found %u projects".format(num));
+    let res = new HTML('h3', "Found %u project%s".format(num, num == 1 ? '' : 's'));
     wrapper.inject(res);
     wrapper.inject(obj);
     location.hash = name;