From: Gabriel Wicke Date: Fri, 23 Apr 2004 23:33:13 +0000 (+0000) Subject: preview status in page title X-Git-Tag: 1.3.0beta1~303 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=97f820aa64e86a44c548d1a87909d69d7d207d3a;p=lhc%2Fweb%2Fwiklou.git preview status in page title --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index b7adc8756b..a300bf1518 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -500,6 +500,8 @@ return wfMsg('watch'); case 'unwatch': return wfMsg('unwatch'); + case 'submit': + return wfMsg('preview'); default: return ''; }