Skip to content

Commit

Permalink
Merge pull request kitodo#5779 from matthias-ronge/issue-5778
Browse files Browse the repository at this point in the history
  • Loading branch information
solth authored Sep 12, 2023
2 parents 15beed0 + b53077f commit 349f5ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public void run() {
logger.error("Data Exception occurred", e);
}
}
super.setProgress(100);
}

/**
Expand Down
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 @@ -1084,6 +1084,7 @@ taskManagerIsRunning=Aufgaben nicht automatisch starten
taskManagerIsStopped=Aufgaben automatisch starten
taskManager=Taskmanager
taskSaving=Aufgabe wird gespeichert...
taskScriptThread=Skript-Aufgabe
taskStatus=Aufgabenstatus
tasks=Aufgaben
technicalData=Technische Daten
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 @@ -1085,6 +1085,7 @@ taskManagerIsRunning=do not start tasks automatically
taskManagerIsStopped=start tasks automatically
taskManager=Task manager
taskSaving=Saving task...
taskScriptThread=Script task
taskStatus=task status
tasks=Tasks
technicalData=Technical data
Expand Down
1 change: 1 addition & 0 deletions Kitodo/src/main/resources/messages/messages_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ taskManagerIsRunning=No iniciar las tareas automáticamente
taskManagerIsStopped=Inicie las tareas automáticamente
taskManager=Gestor de tareas
taskSaving=La tarea está guardada...
taskScriptThread=Tarea de guión
taskStatus=Estado de la tarea
tasks=Tareas
technicalData=Datos técnicos
Expand Down

0 comments on commit 349f5ab

Please sign in to comment.