Commit 7e3bf9f31fbbc1565ab926c59630ccc777c3ca17

Authored by Philip Arkcoll
1 parent 8168e5f6

KTS-4053

"Grammatical issue in text on checkin button"
Fixed. Changed from "Check Document in" to "Checkin Document" 

Committed By: Philip Arkcoll
Reviewed By:

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9769 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktcore/KTDocumentActions.php
... ... @@ -541,7 +541,7 @@ class KTDocumentCheckInAction extends KTDocumentAction {
541 541  
542 542 function getButton() {
543 543 $btn = array();
544   - $btn['display_text'] = _kt('Check Document In');
  544 + $btn['display_text'] = _kt('Checkin Document');
545 545 $btn['arrow_class'] = 'arrow_upload';
546 546 return $btn;
547 547 }
... ...