From 7e667e541af1532df36ac02c9a32f6da112edbc1 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 25 Nov 2015 14:50:24 +0100 Subject: lots of stuff, just for backup --- interface.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'interface.php') diff --git a/interface.php b/interface.php index 92c6012..d8b7a72 100644 --- a/interface.php +++ b/interface.php @@ -20,8 +20,6 @@
- -
@@ -52,8 +50,9 @@ Note that the source word may be distorted.
- - + + + Working, please wait for next translation
@@ -81,7 +80,7 @@ foreach($db->raw_source_segments as $s) { } $translation = ""; if ($i < $db->progress) { - $translation = $db->post_edits_raw[$i]; + $translation = $db->post_edits_display[$i]; } echo "".($i+1).".".$s."".$translation.""; $i += 1; -- cgit v1.2.3