From 9e03e186539916b61ebdd77b7720f05e92362a80 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sun, 18 Dec 2011 20:44:41 +0100 Subject: [PATCH 1/2] added floft to the list of packagers --- openlp/core/ui/aboutdialog.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/core/ui/aboutdialog.py b/openlp/core/ui/aboutdialog.py index 8216d3e7a..1199297a0 100644 --- a/openlp/core/ui/aboutdialog.py +++ b/openlp/core/ui/aboutdialog.py @@ -126,7 +126,8 @@ class Ui_AboutDialog(object): u'Tim "TRB143" Bentley (Fedora and Android)', u'Matthias "matthub" Hub (Mac OS X)', u'Stevan "ElderP" Pettit (Windows)', - u'Raoul "superfly" Snyman (Ubuntu)'] + u'Raoul "superfly" Snyman (Ubuntu)', + u'Garrett "floft" Wilson (Arch Linux'] translators = { u'af': [u'Johan "nuvolari" Mynhardt'], u'de': [u'Patrick "madmuffin" Br\xfcckner', From 8bfaa2253593a0f0316ac53dd92a065d17dc3340 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sun, 18 Dec 2011 20:46:56 +0100 Subject: [PATCH 2/2] added missing ) --- openlp/core/ui/aboutdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/aboutdialog.py b/openlp/core/ui/aboutdialog.py index 1199297a0..92849e0b9 100644 --- a/openlp/core/ui/aboutdialog.py +++ b/openlp/core/ui/aboutdialog.py @@ -127,7 +127,7 @@ class Ui_AboutDialog(object): u'Matthias "matthub" Hub (Mac OS X)', u'Stevan "ElderP" Pettit (Windows)', u'Raoul "superfly" Snyman (Ubuntu)', - u'Garrett "floft" Wilson (Arch Linux'] + u'Garrett "floft" Wilson (Arch Linux)'] translators = { u'af': [u'Johan "nuvolari" Mynhardt'], u'de': [u'Patrick "madmuffin" Br\xfcckner',