Skip to content

Commit

Permalink
Fix errors in xerte trans
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Aug 18, 2024
1 parent aa077ab commit cbba54b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions languages/en-GB/website_code/scripts/screen_display.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
/**
*
* screen display, javascript for the various functions to do with screen display
*
* @author Patrick Lockley
* @version 1.0
* @package
*/

var LAYOUT_OPENTOOLTIP = "Open this pane";

var LAYOUT_CLOSETOOLTIP = "Close this pane";

var LAYOUT_RESIZETOOLTIP = "Resize this pane";

var LAYOUT_UNPIN = "Un-Pin";

var LAYOUT_PIN = "Pin";
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var XAPI_DASHBOARD_DATA_PREPARE_RETRIEVAL = "Prepare retrieval";
var XAPI_DASHBOARD_DATA_RETRIEVE_DATA = "Fetch data";
var XAPI_DASHBOARD_DATA_PREPARE_GRAPHS = 'Prepare data';
var XAPI_DASHBOARD_DATA_PREPARE_GRAPHS = "Prepare data";

0 comments on commit cbba54b

Please sign in to comment.