preview status in page title
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 23 Apr 2004 23:33:13 +0000 (23:33 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 23 Apr 2004 23:33:13 +0000 (23:33 +0000)
includes/SkinPHPTal.php

index b7adc87..a300bf1 100644 (file)
                                        return wfMsg('watch');
                                case 'unwatch':
                                        return wfMsg('unwatch');
+                               case 'submit':
+                                       return wfMsg('preview');
                                default:
                                        return '';
                        }