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 b7216cc4da277eb7f8b948425d9e6b9954f10519 (commit)
from 3b06f6cdf048ec262786235d71d8f768801a96bb (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=b7216cc4da277eb7f8b948425d9e6b9954f10519
commit b7216cc4da277eb7f8b948425d9e6b9954f10519
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Sep 8 12:12:01 2016 +0200
Less strings
diff --git a/src/www/account/pending-resend.php
b/src/www/account/pending-resend.php
index 7d2c190..142ede7 100644
--- a/src/www/account/pending-resend.php
+++ b/src/www/account/pending-resend.php
@@ -65,7 +65,7 @@ echo $HTML->openForm(array('action' =>
'/account/pending-resend.php', 'method' =
if (forge_get_config('require_unique_email')) {
$content = _('Login name or email address')._(':');
} else {
- $content = _('Login name')._(':');
+ $content = _('Login Name')._(':');
}
echo html_e('p', array(), $content.html_e('br').html_e('label', array('for' =>
'loginname'),
html_e('input',
array('id' => 'loginname', 'required' => 'required', 'type' => 'text', 'name'
=> 'loginname'))));
diff --git a/src/www/account/verify.php b/src/www/account/verify.php
index 709add6..7889a78 100644
--- a/src/www/account/verify.php
+++ b/src/www/account/verify.php
@@ -73,7 +73,7 @@ echo $HTML->openForm(array('action' =>
'/account/verify.php?confirm_hash='.$conf
if (forge_get_config('require_unique_email')) {
$content = _('Login name or email address')._(':');
} else {
- $content = _('Login name')._(':');
+ $content = _('Login Name')._(':');
}
echo html_e('p', array(), $content.html_e('br').html_e('label', array('for' =>
'loginname'),
html_e('input',
array('id' => 'loginname', 'type' => 'text', 'name' => 'loginname'))));
-----------------------------------------------------------------------
Summary of changes:
src/www/account/pending-resend.php | 2 +-
src/www/account/verify.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