New de_DE translation from Markus Raab
[dcpomatic.git] / src / wx / about_dialog.cc
index 222ee9ad061091f6c797670c3584e9e217a9f875..5ded69339db66f659a99e96dc1b25669a3157fd2 100644 (file)
@@ -75,7 +75,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
+               _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
        
@@ -97,6 +97,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Massimiliano Broggi"));
        translated_by.Add (wxT ("Manuel AC"));
        translated_by.Add (wxT ("Adam Klotblixt"));
+       translated_by.Add (wxT ("Markus Raab"));
        add_section (_("Translated by"), translated_by);
 
        wxArrayString supported_by;