Ignore:
Timestamp:
03/09/10 12:22:23 (2 years ago)
Author:
dar
Message:

Label de la vue d'historique (contributions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/modules/scenariWsp/views/historyView/HistoryViewController.jsm

    r15037 r15084  
    8484        this.fController = pController; 
    8585} 
    86 ActionOpenHistoryView.prototype = new actions.Action("actionOpenHistoryView").setGroup("uriActions").setLabel("Afficher l'historique"); 
     86ActionOpenHistoryView.prototype = new actions.Action("actionOpenHistoryView").setGroup("uriActions").setLabel("Afficher les contributions"); 
    8787ActionOpenHistoryView.prototype.isVisible = function(pContext){ 
    8888        return  pContext.window.top === this.fController.fWindow.top &&  
Note: See TracChangeset for help on using the changeset viewer.