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  93ea1a45907a80bab5447f84745f638a97825ce3 (commit)
      from  3e59cab5f9c4873bad2ea9d667353434c1c293e7 (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=93ea1a45907a80bab5447f84745f638a97825ce3

commit 93ea1a45907a80bab5447f84745f638a97825ce3
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Sep 26 15:28:55 2016 +0200

    Less strings

diff --git a/src/www/admin/passedit.php b/src/www/admin/passedit.php
index dd8979e..4f6139d 100644
--- a/src/www/admin/passedit.php
+++ b/src/www/admin/passedit.php
@@ -74,14 +74,14 @@ if (getStringFromRequest('submit')) {
                );
        }
 
-       site_admin_header(array('title'=>_('Site Admin: Change User 
Password')));
+       site_admin_header(array('title'=>_('Site Admin')._(': ')._('Change User 
Password')));
 
        echo html_e('h2', array(), sprintf(_('%s Password Change 
Confirmation'), forge_get_config('forge_name')));
        echo $HTML->feedback(sprintf(_('You have changed successfully the 
password of %1$s (%2$s).'), $u->getUnixName(), $u->getRealName()));
        printf('<p>'._('Go back to %s.').'</p>', 
util_make_link('/admin/userlist.php', _('the Full User List')));
 } else {
        // Show change form
-       site_admin_header(array('title'=>_('Site Admin: Change User 
Password')));
+       site_admin_header(array('title'=>_('Site Admin')._(': ')._('Change User 
Password')));
        echo $HTML->openForm(array('action' => 
'/admin/passedit.php?user_id='.$user_id, 'method' => 'post'));
        ?>
        <input type="hidden" name="form_key" value="<?php echo 
form_generate_key(); ?>"/>

-----------------------------------------------------------------------

Summary of changes:
 src/www/admin/passedit.php | 4 ++--
 1 file 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

Reply via email to