Fix tooltip + enhancement

Adressed PR's comment

Fix CSS issue
This commit is contained in:
Nicolas Le Goff
2013-06-21 15:01:46 +02:00
parent 764fa42f14
commit 90bc96b72a
29 changed files with 312 additions and 203 deletions

View File

@@ -143,7 +143,7 @@
ui.tab.data( "loaded", true );
});
ui.tab.find('span').html("<i>loading...</i>");
ui.tab.find('span').html("<i>{{ 'Loading'|trans }}...</i>");
},
load: function(event, ui)
{