From: daid Date: Thu, 3 Oct 2013 06:15:02 +0000 (+0200) Subject: Add missing , to last patch X-Git-Tag: 13.10~27 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eebfcfa45ebf33846cea008d09d63dc9784ad727;p=cura.git Add missing , to last patch --- diff --git a/Cura/util/resources.py b/Cura/util/resources.py index cc76369a..7b7c48c9 100644 --- a/Cura/util/resources.py +++ b/Cura/util/resources.py @@ -69,6 +69,6 @@ def getLanguageOptions(): ['de', 'Deutsch'], ['fr', 'French'], ['nl', 'Nederlands'], - ['sp', 'Spanish'] + ['sp', 'Spanish'], ['po', 'Polish'] ]