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, master has been updated
via 6f41eddc2abb09f8140e6e491f0522a3b4c7a17a (commit)
from 4414a63c057e8555fe0e1bf59e13bc019cd05a00 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=6f41eddc2abb09f8140e6e491f0522a3b4c7a17a
commit 6f41eddc2abb09f8140e6e491f0522a3b4c7a17a
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Sep 15 11:36:19 2017 +0200
Less strings
diff --git a/src/plugins/globalsearch/common/GlobalsearchPlugin.class.php
b/src/plugins/globalsearch/common/GlobalsearchPlugin.class.php
index ad20276..7a9da74 100644
--- a/src/plugins/globalsearch/common/GlobalsearchPlugin.class.php
+++ b/src/plugins/globalsearch/common/GlobalsearchPlugin.class.php
@@ -103,7 +103,7 @@ hosted on these forges from your own.");
array('t',
$num_assocsites));
if (db_numrows($res_top_n_assoc) == 0) {
- return $HTML->information(_('No stats available')."
".db_error());
+ return $HTML->information(_('No stats available.')."
".db_error());
}
$return = '<table class="underline-link">';
@@ -137,7 +137,7 @@ hosted on these forges from your own.");
$row_count = db_fetch_array($res_count);
return $row_count['numprojects'];
} else {
- return _('No stats available')." ".db_error();
+ return _('No stats available.')." ".db_error();
}
}
diff --git a/src/plugins/globalsearch/common/globalsearch_stats_boxes.php
b/src/plugins/globalsearch/common/globalsearch_stats_boxes.php
index d9261a2..3766175 100644
--- a/src/plugins/globalsearch/common/globalsearch_stats_boxes.php
+++ b/src/plugins/globalsearch/common/globalsearch_stats_boxes.php
@@ -70,7 +70,7 @@ function show_top_n_assocsites($num_assocsites) {
array('t', $num_assocsites));
if (db_numrows($res_top_n_assoc) == 0) {
- return _('No stats available')." ".db_error();
+ return _('No stats available.')." ".db_error();
}
$return .= "<div align=\"left\"><table>";
@@ -101,7 +101,7 @@ function stats_get_total_projects_assoc_sites() {
$row_count = db_fetch_array($res_count);
return $row_count['numprojects'];
} else {
- return _('No stats available')." ".db_error();
+ return _('No stats available.')." ".db_error();
}
}
diff --git a/src/www/new/index.php b/src/www/new/index.php
index 33fa99d..7b2a91f 100644
--- a/src/www/new/index.php
+++ b/src/www/new/index.php
@@ -89,12 +89,12 @@ if (!$res_new || db_numrows($res_new) < 1) {
<td colspan="2">'.
util_make_link_g
($row_new['unix_group_name'],$row_new['group_id'],'<strong>'.$row_new['group_name'].'</strong>').'
</td>
- <td nowrap="nowrap"><em>'._('Released
by:').
+ <td nowrap="nowrap"><em>'._('Released
by')._(': ').
util_make_link_u
($row_new['user_name'],$row_new['user_id'],$row_new['user_name']).'</em>
</td>
</tr>
<tr>
- <td>'._('Module:').'
'.$row_new['module_name'].'
+ <td>'._('Module')._(':
').$row_new['module_name'].'
</td>
<td>'._('Version')._(':
').$row_new['release_version'].'
</td>
diff --git a/src/www/news/index.php b/src/www/news/index.php
index 78e8f98..54c0a72 100644
--- a/src/www/news/index.php
+++ b/src/www/news/index.php
@@ -73,7 +73,7 @@ if ($rows < 1) {
if ($group_id) {
echo $HTML->information(sprintf(_('No News Found for
%s'),group_getname($group_id)));
} else {
- echo $HTML->information(_('No News Found'));
+ echo $HTML->information(_('No news found.'));
}
echo db_error();
} else {
-----------------------------------------------------------------------
Summary of changes:
src/plugins/globalsearch/common/GlobalsearchPlugin.class.php | 4 ++--
src/plugins/globalsearch/common/globalsearch_stats_boxes.php | 4 ++--
src/www/new/index.php | 4 ++--
src/www/news/index.php | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits