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 d19beeb48495347f87f3bcb3b66d9c65a007b315 (commit)
from d41c7507cae5bcdc1225e0995deb50d4c0bf1e65 (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=d19beeb48495347f87f3bcb3b66d9c65a007b315
commit d19beeb48495347f87f3bcb3b66d9c65a007b315
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Sep 12 14:11:29 2016 +0200
Less strings: Submit a new version --> Add a new version
diff --git a/src/docs/docbook/docbook/user_guide/sitewide_functions/snippet.xml
b/src/docs/docbook/docbook/user_guide/sitewide_functions/snippet.xml
index dc48518..ae05d84 100644
--- a/src/docs/docbook/docbook/user_guide/sitewide_functions/snippet.xml
+++ b/src/docs/docbook/docbook/user_guide/sitewide_functions/snippet.xml
@@ -77,7 +77,7 @@
<section id="ug_sitewide_snippet_modify">
<title>Modifying a snippet</title>
<para>
- You cannot modify an existing snippet, but you can add
a new version of the snippet by clicking on the Submit a new version link on
the bottom part of the detail page of the snippet.
+ You cannot modify an existing snippet, but you can add
a new version of the snippet by clicking on the Add a new version link on the
bottom part of the detail page of the snippet.
</para>
<para>
Adding a new version does not delete the old version,
all previous versions will be available.
diff --git a/src/www/snippet/detail.php b/src/www/snippet/detail.php
index d0edf0a..d7c0441 100644
--- a/src/www/snippet/detail.php
+++ b/src/www/snippet/detail.php
@@ -115,7 +115,7 @@ if ($type=='snippet') {
Show a link so you can add a new version of this snippet
*/
echo '
-
<h3>'.util_make_link('/snippet/addversion.php?type=snippet&id='.htmlspecialchars($id),
_('Submit a new version')).'</h3>
+
<h3>'.util_make_link('/snippet/addversion.php?type=snippet&id='.htmlspecialchars($id),
_('Add a new version')).'</h3>
<p>' ._('You can submit a new version of this snippet if you have
modified it and you feel it is appropriate to share with others.').'.</p>';
}
@@ -196,7 +196,7 @@ if ($type=='snippet') {
Show a form so you can add a new version of this package
*/
echo '
-
<h3>'.util_make_link('/snippet/addversion.php?type=package&id='.$id, _('Submit
a new version')).'</h3>
+
<h3>'.util_make_link('/snippet/addversion.php?type=package&id='.$id, _('Add a
new version')).'</h3>
<p>' ._('You can submit a new version of this package if you
have modified it and you feel it is appropriate to share with others.').'.</p>';
}
-----------------------------------------------------------------------
Summary of changes:
src/docs/docbook/docbook/user_guide/sitewide_functions/snippet.xml | 2 +-
src/www/snippet/detail.php | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits