[sagenb] 128/157: clarify collaborator button

felix salfelder felix-guest at moszumanska.debian.org
Mon Dec 22 16:52:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit 7291e2bf958a7c846c1366049d684ed0bfb56c66
Author: Karl-Dieter Crisman <kcrisman at gmail.com>
Date:   Thu Oct 23 17:23:34 2014 -0400

    clarify collaborator button
---
 sagenb/data/sage/html/notebook/worksheet_share.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sagenb/data/sage/html/notebook/worksheet_share.html b/sagenb/data/sage/html/notebook/worksheet_share.html
index 42ff38c..46fd3b5 100644
--- a/sagenb/data/sage/html/notebook/worksheet_share.html
+++ b/sagenb/data/sage/html/notebook/worksheet_share.html
@@ -21,7 +21,7 @@ INPUT:
 
 <form width=70% method="post" action="invite_collab" style="margin-bottom:1em">
     <textarea name="collaborators" rows=5 cols=70 class="edit" id="collaborators" style="display:block; margin-bottom:1em;">{{ worksheet.collaborators()|join(', ') }}</textarea>
-    <input type="submit" title="{{ gettext('Give access to your worksheet to the above collaborators') }}" value="{{ gettext('Invite Collaborators') }}" />
+    <input type="submit" title="{{ gettext('Give access to your worksheet to the above collaborators') }}" value="{{ gettext('Update Collaborators') }}" />
 </form>
 {% endif %}
 {% endblock %}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list