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 b739c2b4172bd26c11d831cf39fc6be072d7d85d (commit)
from 5b48648b2d4d32925faf4d2bf96502568323e103 (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=b739c2b4172bd26c11d831cf39fc6be072d7d85d
commit b739c2b4172bd26c11d831cf39fc6be072d7d85d
Author: Franck Villaume <[email protected]>
Date: Sun Jan 17 13:35:52 2016 +0100
docman: addfile, missing translation string
diff --git a/src/common/docman/views/addfile.php
b/src/common/docman/views/addfile.php
index 7149823..fcfe9c9 100644
--- a/src/common/docman/views/addfile.php
+++ b/src/common/docman/views/addfile.php
@@ -85,7 +85,7 @@ if ($dgf->getNested() == NULL) {
session_redirect('/docman/?group_id='.$group_id);
}
- if ($dg->create('Uncategorized Submissions')) {
+ if ($dg->create(_('Uncategorized Submissions'))) {
session_redirect('/docman/?group_id='.$group_id.'&view=additem');
}
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/views/addfile.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