From 9f00384304d8684299905e4a24f8303bf7b9de4d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 6 Nov 2015 10:04:30 +0100 Subject: tweaks, additional help text --- help.inc.php | 2 +- index.php | 2 +- interface.php | 2 +- js/lfpe.js | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/help.inc.php b/help.inc.php index ab8b86b..71eb2e3 100644 --- a/help.inc.php +++ b/help.inc.php @@ -9,7 +9,7 @@ Alternatively, in the textual interface, you may just press return when you fini
  • Adding/removing links: Select a source phrase by clicking on its box, then click on a target phrase (click selected source phrase again to cancel linking).
  • Edit text: Double click on text, click outside once to stop editing.
  • Adding target phrases: Click '+' button to add a new phrase.
  • -
  • Removing target phrases: Drag phrase onto left-hand red box.
  • +
  • Removing target phrases: 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.
  • Reset: Click 'Reset' button to start from scratch.
  • diff --git a/index.php b/index.php index 1123b02..22118e2 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,7 @@ Please enter your session key:     Session type:      diff --git a/interface.php b/interface.php index 71d40fe..0215204 100644 --- a/interface.php +++ b/interface.php @@ -53,7 +53,7 @@ Note that the source word may be distorted.
    - Working, please wait for next segment + Working, please wait for next translation
    diff --git a/js/lfpe.js b/js/lfpe.js index d1b233a..dc5f5e2 100644 --- a/js/lfpe.js +++ b/js/lfpe.js @@ -216,6 +216,7 @@ function Next() target_textarea.removeAttribute("disabled", "disabled"); pause_button.removeAttribute("disabled", "disabled"); button.removeAttribute("disabled", "disabled"); + not_working(); return; } } -- cgit v1.2.3