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 adbc823a65e542cfcfbb5f56b15c1678c42b7123 (commit)
from 68d4f3f853421aed7220aa8a1b14048160f13321 (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=adbc823a65e542cfcfbb5f56b15c1678c42b7123
commit adbc823a65e542cfcfbb5f56b15c1678c42b7123
Author: Franck Villaume <[email protected]>
Date: Sat Dec 14 16:50:39 2019 +0100
message plugin: fix link title. use the same
diff --git a/src/plugins/message/common/messagePlugin.class.php
b/src/plugins/message/common/messagePlugin.class.php
index a0fc94a..3af0abde 100644
--- a/src/plugins/message/common/messagePlugin.class.php
+++ b/src/plugins/message/common/messagePlugin.class.php
@@ -50,7 +50,7 @@ on all pages, e.g. for maintenance announcements.");
}
function getAdminOptionLink() {
- return util_make_link('/plugins/message/index.php',
_('Configure Message'));
+ return util_make_link('/plugins/message/index.php',
_('Configure Global Message'));
}
function message() {
-----------------------------------------------------------------------
Summary of changes:
src/plugins/message/common/messagePlugin.class.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