diff views/Extractapp/TaggingText.php @ 76:c49192885290 extractapp

Bug fixed: ambiguous tag occured at Editing-text mode
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 13 Apr 2015 15:43:59 +0200
parents 6974309983d1
children 97c1e5102a22
line wrap: on
line diff
--- a/views/Extractapp/TaggingText.php	Thu Apr 09 15:29:46 2015 +0200
+++ b/views/Extractapp/TaggingText.php	Mon Apr 13 15:43:59 2015 +0200
@@ -802,7 +802,7 @@
 <div class="info-board">
     <div class="bg-danger"><strong><?php echo $messages['error']; ?> </strong></div>
     <div class="bg-warning"> <?php echo $messages['warning']; ?> 
-        <button id="reloadTextButton" onclick="reloadText(<?php echo $default_topic_id; ?>)" style="display:none;">Load Latest Version</button>
+        <button id="reloadTextButton" onclick="reloadText(<?php echo $default_topic_id; ?>)" style="display:none;">Latest Version</button>
     </div>
     <div class="bg-info"> <?php echo $messages['info']; ?> </div>
     <div class="bg-default"> <?php echo $messages['debug']; ?> </div>