diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-11 15:43:42 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-11 15:43:42 +0100 |
commit | 4a0c6921d583dea610518af072c8b01b3dc3a9c5 (patch) | |
tree | efb629c877931364debb8ee8499fe88ac4e38b2e | |
parent | 82eadea3215497d5ae2294d1f901cddba67d28d1 (diff) |
small change in help.inc.php
-rw-r--r-- | help.inc.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/help.inc.php b/help.inc.php index e571a6d..0fa396d 100644 --- a/help.inc.php +++ b/help.inc.php @@ -3,10 +3,8 @@ Alternatively, in the textual interface, you may just press return when you fini <p>The session can be paused at any time and continued later; However, if you have to pause your session, wait until the activity notification disappears and then press 'Pause', as we are collecting timing information. You may also just reload this site and re-request the segment to reset the timer.</p> - <p>Please use only a <strong>single browser window</strong> at the same time. Going back to earlier examples is not possible, please take great care when interacting with the system.</p> - <p><span style="border-bottom:1px solid #ccc">Instructions for the graphical interface:</span></p> <p>To submit a post-edition in the graphical interface all phrases have to be marked as finished.</p> <ul> @@ -28,9 +26,9 @@ Alternatively, in the textual interface, you may just press return when you fini <!-- <li>Collision detection is not perfect, fast dragging may lead to strange behavior.</li>--> <!-- <li>Graphical editor can still be used while faded.</li>--> <li>The width of the canvas of graphical editor may be to small when adding a lot of phrases.</li> - <li>The in-line editor may change height.</li> + <li>The in-line editor may change height and span several lines.</li> <li>When editing phrases that have no contents, the input box is lower than normal.</li> - <li>Post-edits in the session overview may be partially tokenized.</li> + <li>Post-edits in the session overview may be partially tokenized due to phrase segmentation.</li> <li>Horizontal scrollbar doesn't follow highlighted phrase.</li> <li>Mouseover is not detected for undoing.</li> </ul> |