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 7549e578f994ade4535fa4a9abb34f8c210e1d5a (commit)
from 4b4c9411ad880499f0100fda29a591f623593ea7 (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=7549e578f994ade4535fa4a9abb34f8c210e1d5a
commit 7549e578f994ade4535fa4a9abb34f8c210e1d5a
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Mar 17 10:27:29 2017 +0100
Less strings
diff --git a/src/plugins/mantisbt/view/jumpToIssue.php
b/src/plugins/mantisbt/view/jumpToIssue.php
index ef234a6..90a607c 100644
--- a/src/plugins/mantisbt/view/jumpToIssue.php
+++ b/src/plugins/mantisbt/view/jumpToIssue.php
@@ -30,6 +30,6 @@ echo '<div style="width:98%; text-align:right; padding:5px;"
>';
echo $HTML->openForm(array('name' => 'jump', 'method' => 'post', 'action' =>
'/plugins/'.$mantisbt->name.'/?type='.$type.'&group_id='.$group_id.'&view=viewIssue'));
echo '<span>'. _('Jump to ticket')._(':'). '</span>';
echo '<input type="text" name="idBug" />';
-echo '<input type="submit" value="'._('Ok').'" />';
+echo '<input type="submit" value="'._('OK').'" />';
echo $HTML->closeForm();
echo '</div>';
-----------------------------------------------------------------------
Summary of changes:
src/plugins/mantisbt/view/jumpToIssue.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