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 3e59cab5f9c4873bad2ea9d667353434c1c293e7 (commit)
from 1098d7d8824b895744c3dd3fab8ad89fbf2d7747 (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=3e59cab5f9c4873bad2ea9d667353434c1c293e7
commit 3e59cab5f9c4873bad2ea9d667353434c1c293e7
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Sep 26 15:25:09 2016 +0200
Less strings
diff --git a/src/www/admin/useredit.php b/src/www/admin/useredit.php
index 3b3250a..062b107 100644
--- a/src/www/admin/useredit.php
+++ b/src/www/admin/useredit.php
@@ -116,7 +116,7 @@ if (getStringFromRequest('delete_user') != '') {
}
-$title = _('Site Admin: User Info');
+$title = _('Site Admin')._(': ')._('User Info');
site_admin_header(array('title'=>$title));
?>
-----------------------------------------------------------------------
Summary of changes:
src/www/admin/useredit.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits