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 d41c7507cae5bcdc1225e0995deb50d4c0bf1e65 (commit)
from cfabd6202ffc72a77f314c3c402f251906b2d16d (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=d41c7507cae5bcdc1225e0995deb50d4c0bf1e65
commit d41c7507cae5bcdc1225e0995deb50d4c0bf1e65
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Sep 12 13:57:36 2016 +0200
Less strings
diff --git a/src/www/snippet/addversion.php b/src/www/snippet/addversion.php
index d983c57..5df18c1 100644
--- a/src/www/snippet/addversion.php
+++ b/src/www/snippet/addversion.php
@@ -77,7 +77,7 @@ if (session_loggedin()) {
$feedback .= _('Snippet Version Added
Successfully.');
}
} else {
- exit_error(_('Error: Go back and fill in all
the information'));
+ exit_error(_('Error')._(': ')._('Go back and
fill in all the information'));
}
}
@@ -197,7 +197,7 @@ function show_add_snippet_box() {
} else {
form_release_key(getStringFromRequest("form_key"));
- exit_error( _('Error: Go back and fill in all
the information'));
+ exit_error(_('Error')._(': ')._('Go back and
fill in all the information'));
}
}
diff --git a/src/www/snippet/package.php b/src/www/snippet/package.php
index 818b527..a232a2f 100644
--- a/src/www/snippet/package.php
+++ b/src/www/snippet/package.php
@@ -122,7 +122,7 @@ function show_add_snippet_box() {
}
} else {
form_release_key(getStringFromRequest("form_key"));
- exit_error(_('Error: Go back and fill in all the
information'));
+ exit_error(_('Error')._(': ')._('Go back and fill in
all the information'));
}
}
diff --git a/src/www/snippet/submit.php b/src/www/snippet/submit.php
index 01dbea1..9b1b448 100644
--- a/src/www/snippet/submit.php
+++ b/src/www/snippet/submit.php
@@ -80,7 +80,7 @@ if (session_loggedin()) {
}
} else {
form_release_key(getStringFromRequest("form_key"));
- exit_error(_('Error: Go back and fill in all the
information'));
+ exit_error(_('Error')._(': ')._('Go back and fill in
all the information'));
}
}
-----------------------------------------------------------------------
Summary of changes:
src/www/snippet/addversion.php | 4 ++--
src/www/snippet/package.php | 2 +-
src/www/snippet/submit.php | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits