This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.0 has been updated
via 9a8ba0231d0b31474e01377e22582ebfbd0268cf (commit)
from 02950154516ac02f992e1dde7417f19f5522ee15 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9a8ba0231d0b31474e01377e22582ebfbd0268cf
Author: Sylvain Beucler <[email protected]>
Date: Tue May 5 16:36:03 2015 +0200
Fix a couple typos reported by Stéphane Aulery
diff --git a/src/common/tracker/actions/browse.php
b/src/common/tracker/actions/browse.php
index 6b39ac9..eb29794 100644
--- a/src/common/tracker/actions/browse.php
+++ b/src/common/tracker/actions/browse.php
@@ -345,7 +345,7 @@ echo '
//]]></script>
<div id="tabber" class="tabber">
<ul>
- <li><a href="#tabber-advancedquery" title="'._('Use project project
queries or build and use your own queries.').'">'._('Advanced
queries').'</a></li>
+ <li><a href="#tabber-advancedquery" title="'._('Use project queries or
build and use your own queries.').'">'._('Advanced queries').'</a></li>
<li><a href="#tabber-simplefiltering" title="'._('Filtering by
assignee, state, priority.').'">'._('Simple Filtering and Sorting').'</a></li>
</ul>
<div id="tabber-advancedquery">';
diff --git a/src/www/softwaremap/trove_list.php
b/src/www/softwaremap/trove_list.php
index 3113881..d4a8de9 100644
--- a/src/www/softwaremap/trove_list.php
+++ b/src/www/softwaremap/trove_list.php
@@ -193,7 +193,7 @@ if ( $cat === 'c' ) {
$realprojects = ($row_sub['subprojects']) ?
$row_sub['subprojects'] : 0;
$plural = ($row_sub['subprojects'] > 1) ?
$row_sub['subprojects'] : 0;
$content =
util_make_link('/softwaremap/trove_list.php?cat=c&form_cat='.$row_sub['trove_cat_id'].$discrim_url,
$row_sub['fullname']);
- $content .= ' '.html_e('em', array(),
'('.sprintf(ngettext('%s projects', '%s project', $plural), $realprojects).')');
+ $content .= ' '.html_e('em', array(),
'('.sprintf(ngettext('%s project', '%s projects', $plural), $realprojects).')');
$elementsLi[] = array('content' => $content);
}
echo $HTML->html_list($elementsLi);
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/browse.php | 2 +-
src/www/softwaremap/trove_list.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits