Skip to content

Commit

Permalink
Merge pull request kitodo#5764 from effective-webwork/doctype-label
Browse files Browse the repository at this point in the history
Make 'DocType' label configurable
  • Loading branch information
solth authored Sep 3, 2023
2 parents e4ba00f + cbd294a commit f3a9efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Kitodo/src/main/resources/messages/messages_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ docstructAnAndereStelleSchieben=Strukturelement an andere Stelle schieben
docstructNachObenSchieben=Strukturelement nach oben schieben
docstructNachUntenSchieben=Strukturelement nach unten schieben
docstructs=Strukturelemente
documentType=Dokumenttyp
down=unter
download=Images herunterladen
doYouWantToProceed=Wollen Sie fortfahren?
Expand Down
1 change: 1 addition & 0 deletions Kitodo/src/main/resources/messages/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ docstructAnAndereStelleSchieben=Move docstruct to other location
docstructNachObenSchieben=Move docstruct up
docstructNachUntenSchieben=Move docstruct down
docstructs=Docstructs
documentType=Document type
down=down
download=Download images
doYouWantToProceed=Do you want to proceed?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<div>
<!-- DocType -->
<p:outputLabel value="DocType"/>
<p:outputLabel value="#{msgs.documentType}"/>
<p:selectOneMenu id="docType" value="#{CreateProcessForm.processDataTab.docType}">
<f:selectItems value="#{CreateProcessForm.processDataTab.allDoctypes}"
var="step"
Expand Down

0 comments on commit f3a9efd

Please sign in to comment.