From 97f820aa64e86a44c548d1a87909d69d7d207d3a Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 23 Apr 2004 23:33:13 +0000 Subject: [PATCH] preview status in page title --- includes/SkinPHPTal.php | 2 ++ 1 file changed, 2 insertions(+) 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 ''; } -- 2.20.1