# HG changeset patch # User bastiena # Date 1348236779 -7200 # Node ID ace8f4b644f1f2935b85d4a09b2400dd63f761b6 # Parent 044a1eebf6675b2cafa97d5d8a033a75c5494b2a Front IDILL: help details shown text usage repaired diff -r 044a1eebf667 -r ace8f4b644f1 front_idill/src/mosaic/js/notifications.js --- a/front_idill/src/mosaic/js/notifications.js Fri Sep 21 13:57:49 2012 +0200 +++ b/front_idill/src/mosaic/js/notifications.js Fri Sep 21 16:12:59 2012 +0200 @@ -417,7 +417,7 @@ help_details_gestures += "
![]() | " + this.helpDetailsGesturesMetadata.name + ' : ' + this.helpDetailsGestures[i].name + " |
| " + - this.helpDetailsGesturesMetadata.usage + ' : ' + this.helpDetailsGestures[i].usage + " | |
| " + + this.helpDetailsGesturesMetadata.usage + ' : ' + usage + " | |
| " + this.helpDetailsGesturesMetadata.desc + ' : ' + this.helpDetailsGestures[i].desc + " |