diff options
author | Patrick Simianer <p@simianer.de> | 2015-11-06 11:21:19 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-11-06 11:21:19 +0100 |
commit | f257dbc12f93dd454b5d7e8374f08f742cc202f5 (patch) | |
tree | 0f806ee5bd10f0233d67057c6359fff84e80566c /help.inc.php | |
parent | 9f00384304d8684299905e4a24f8303bf7b9de4d (diff) |
help text
Diffstat (limited to 'help.inc.php')
-rw-r--r-- | help.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help.inc.php b/help.inc.php index 71eb2e3..f3f566d 100644 --- a/help.inc.php +++ b/help.inc.php @@ -7,8 +7,8 @@ Alternatively, in the textual interface, you may just press return when you fini <ul> <li><strong>Reordering of target phrases:</strong> Drag and drop the phrase (box).</li> <li><strong>Adding/removing links:</strong> Select a source phrase by clicking on its box, then click on a target phrase (click selected source phrase again to cancel linking).</li> - <li><strong>Edit text:</strong> Double click on text, click outside once to stop editing.</li> - <li><strong>Adding target phrases:</strong> Click '+' button to add a new phrase.</li> + <li><strong>Edit text:</strong> Double click on text, click outside once to stop editing (or press return).</li> + <li><strong>Adding target phrases:</strong> Click '+' button to add a new phrase at the end of the translation. Ctrl-click an existing phrase to add a new phrase to the right of it.</li> <li><strong>Removing target phrases:</strong> Drag phrase onto left-hand red box. You can also shift-click on a phrase and press 'delete'. Selecting multiple phrases using shift-click is also possible.</li> <li><strong>Reset:</strong> Click 'Reset' button to start from scratch.</li> </ul> |