use 'save' instead of 'update' on button

This commit is contained in:
steinm 2013-01-24 09:28:41 +00:00
parent 39b2619305
commit 236400c69c

View File

@ -68,7 +68,7 @@ class LetoDMS_View_SetExpires extends LetoDMS_Bootstrap_Style {
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
<td><input type="submit" class="btn" value="<?php printMLText("update");?>"></td> <td><input type="submit" class="btn" value="<?php printMLText("save");?>"></td>
</tr> </tr>
</table> </table>
</form> </form>