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 08a224acb44e55309f7f09a4cf87d364836e4f04 (commit)
from 34d969d788abdb48389719ee367bd4844225c27b (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=08a224acb44e55309f7f09a4cf87d364836e4f04
commit 08a224acb44e55309f7f09a4cf87d364836e4f04
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Mar 17 10:14:24 2017 +0100
Less strings
diff --git a/src/www/people/editprofile.php b/src/www/people/editprofile.php
index cffdbef..8b64f34 100644
--- a/src/www/people/editprofile.php
+++ b/src/www/people/editprofile.php
@@ -226,7 +226,7 @@ if (session_loggedin()) {
$warning_msg .= _('Skill deletion cancelled');
}
- people_header(array('title'=>_('Edit Your Profile')));
+ people_header(array('title'=>_('Edit your profile')));
//for security, include group_id
$result = db_query_params("SELECT * FROM users WHERE user_id=$1",
array(user_getid()));
-----------------------------------------------------------------------
Summary of changes:
src/www/people/editprofile.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