Fixed spelling mistake.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10905 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3ee7a4d0e4
commit
ea10e1dbe6
@ -191,7 +191,7 @@ function loadTable(data) {
|
||||
$('#' + tabId).find('img').remove();
|
||||
|
||||
// Create info bar
|
||||
var infoBar = createInfoBar('Click on a cell to edit. ddClick outside the table to write to the cell. Once you are satisfied with how the table looks, click on Save.');
|
||||
var infoBar = createInfoBar('Click on a cell to edit. Click outside the table to write to the cell. Once you are satisfied with how the table looks, click on Save.');
|
||||
$('#' + tabId).append(infoBar);
|
||||
|
||||
// Create action bar
|
||||
|
Loading…
Reference in New Issue
Block a user