diff options
| author | hallgren <hallgren@chalmers.se> | 2012-05-25 16:48:03 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-05-25 16:48:03 +0000 |
| commit | 9e32e9fde7ae547200b42b55bae3fa8890b2f7b9 (patch) | |
| tree | 46f37b8fc00b5d0d7b3b068f4624d743bfcdeb32 /src/www/translator/index.html | |
| parent | 06f9965d27fc2e785744499d2646a20bfa9a55e8 (diff) | |
translator: you can now import text by copying and pasting
Diffstat (limited to 'src/www/translator/index.html')
| -rw-r--r-- | src/www/translator/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html index 8d08324fe..1dcaa2a63 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -22,7 +22,8 @@ </dl> <td>Edit <dl> - <dt onclick="translator.import(this)">Add a segment... + <dt onclick="translator.import(this)">Import text... + <dt onclick="translator.add_segment(this)">Add a segment... <dt onclick="translator.remove(this)">Remove the last segment </dl> <td>View @@ -68,7 +69,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start --> Last modified: Wed May 16 16:15:20 CEST 2012 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Fri May 25 16:08:41 CEST 2012 <!-- hhmts end --> </small></div> <a href="about.html">About</a> |
