[sagenb] 60/157: correction to the previous commit

felix salfelder felix-guest at moszumanska.debian.org
Mon Dec 22 16:51:49 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 fee03ece2f94539ba98925fcf64d3fd161434718
Author: J. Miguel Farto <migeruhito at gmail.com>
Date:   Wed Sep 17 13:55:48 2014 +0200

    correction to the previous commit
---
 sagenb/data/sage/html/upload.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sagenb/data/sage/html/upload.html b/sagenb/data/sage/html/upload.html
index 74bbd8e..7c13675 100644
--- a/sagenb/data/sage/html/upload.html
+++ b/sagenb/data/sage/html/upload.html
@@ -8,15 +8,15 @@
 
 {% if "url" in request.args: %}
 <div>
-    <h2>Upload worksheet to the Sage Notebook</h2>
+    <h2>{{ gettext('Upload worksheet to the Sage Notebook') }}</h2>
     <form method="POST" action="upload_worksheet"
           name="upload" enctype="multipart/form-data">
        <div>
-            <label for="url">URL of file on web</label> <input size="50" type="text"
+           <label for="url">{{ gettext('URL of file on web') }}</label> <input size="50" type="text"
             name="url" value="{{ request.args["url"] }}" />
         </div>
         <div>
-            <label for="name">What do you want to call it? (if different than the original name)</label>
+            <label for="name">{{ gettext('What do you want to call it? (if different than the original name') }}</label>
             <input size="50" type="text" name="name" />
         </div>
         <button type="submit">Upload Worksheet</button>

-- 
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