From 77ca4d603055781c4f06e9e24dafcd7fadaebd95 Mon Sep 17 00:00:00 2001
From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
Date: Tue, 25 Jun 2019 12:42:09 +0200
Subject: [PATCH] "Titel" --> "Title"

---
 ptbposter/ptbposter.cls | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ptbposter/ptbposter.cls b/ptbposter/ptbposter.cls
index 4a7009f..1abaff4 100644
--- a/ptbposter/ptbposter.cls
+++ b/ptbposter/ptbposter.cls
@@ -64,13 +64,13 @@
 \DeclareOption{serif}{%
   \PTB@seriftrue
 }
-\DeclareOption{boldTitel}{%
+\DeclareOption{boldTitle}{%
   \global\let\PTB@title@series=\bfseries
 }
-\DeclareOption{centerTitel}{%
+\DeclareOption{centerTitle}{%
   \global\let\PTB@title@justification=\centering
 }
-\DeclareOption{raggedTitel}{%
+\DeclareOption{raggedTitle}{%
   \global\let\PTB@title@justification=\raggedright
 }
 \DeclareOption{centerAuthors}{%
@@ -277,7 +277,7 @@
   \repeat
   \endgroup
   \PTB@tempdima=-0.127\PTB@scale@base
-  \put(\PTB@leftmargin,\PTB@tempdima){\PTB@tempa}% Titel
+  \put(\PTB@leftmargin,\PTB@tempdima){\PTB@tempa}% Title
   \PTB@tempdima=-0.172\PTB@scale@base
   \def\and{, }%
   \put(\PTB@leftmargin,\PTB@tempdima){\parbox[b]{\PTB@framewidth}{% Autoren
-- 
GitLab