diff options
author | Patrick Simianer <p@simianer.de> | 2015-06-26 16:57:43 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-06-26 16:57:43 +0200 |
commit | d61cb146fe833c49ae33fb6477e74989bd13ea23 (patch) | |
tree | 41e8f3ace2bb4f898aaa2d80a6377061ffacc27d /interface.php | |
parent | 8473f8ba4ee5f46f2f41f397e5be9d2c04e6e7d2 (diff) |
cosmetic stuff
Diffstat (limited to 'interface.php')
-rw-r--r-- | interface.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/interface.php b/interface.php index d1f3f72..30a44b1 100644 --- a/interface.php +++ b/interface.php @@ -57,7 +57,9 @@ foreach($a->raw_source_segments as $s) { <div id="help"> <strong>Help</strong><br /> <p>Press the 'Next' to submit your post-edit and to request the next segment to translate -(or just press enter when the 'Target' textarea is in focus).</p> +(or just press enter when the 'Target' textarea is in focus). You can stop your session at any time and continue it later; The 'Pause' +button has currently no function. Please only use <em>one</em> browser window at once.<br/> +The interface was tested with Firefox 31.</p> <p class="xtrasmall">Support: <a href="mailto://simianer ät cl.uni-heidelberg.de">Mail</a></p> <p class="xtrasmall">Session: #<?php echo $_GET["key"]; ?> | <a href="http://coltrane.cl.uni-heidelberg.de:<?php echo $a->port; ?>/debug" target="_blank">Debug</a></p> </div> |