Commit 7e3bf9f31fbbc1565ab926c59630ccc777c3ca17
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
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/KTDocumentActions.php
| @@ -541,7 +541,7 @@ class KTDocumentCheckInAction extends KTDocumentAction { | @@ -541,7 +541,7 @@ class KTDocumentCheckInAction extends KTDocumentAction { | ||
| 541 | 541 | ||
| 542 | function getButton() { | 542 | function getButton() { |
| 543 | $btn = array(); | 543 | $btn = array(); |
| 544 | - $btn['display_text'] = _kt('Check Document In'); | 544 | + $btn['display_text'] = _kt('Checkin Document'); |
| 545 | $btn['arrow_class'] = 'arrow_upload'; | 545 | $btn['arrow_class'] = 'arrow_upload'; |
| 546 | return $btn; | 546 | return $btn; |
| 547 | } | 547 | } |