1<?php
2/**
3 * English language file for saveandedit plugin
4 *
5 * @author Michael Hamann <michael@content-space.de>
6 */
7
8// custom language strings for the plugin
9$lang['btn_saveandedit'] = 'Continue editing after saving';
10
11
12
13//Setup VIM: ex: et ts=4 :
14