From 20f0d39113e382cf292ae92ac331f4d050757a58 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Mon, 2 Nov 2015 21:19:01 +0000 Subject: [PATCH] fix align --- openlp/core/ui/aboutdialog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/ui/aboutdialog.py b/openlp/core/ui/aboutdialog.py index ab3f4b64f..112681618 100644 --- a/openlp/core/ui/aboutdialog.py +++ b/openlp/core/ui/aboutdialog.py @@ -172,7 +172,7 @@ class UiAboutDialog(object): fi = translate('OpenLP.AboutForm', 'Finnish (fi)') fr = translate('OpenLP.AboutForm', 'French (fr)') hu = translate('OpenLP.AboutForm', 'Hungarian (hu)') - id = translate('OpenLP.AboutForm', 'Indonesian (id)') + ind = translate('OpenLP.AboutForm', 'Indonesian (id)') ja = translate('OpenLP.AboutForm', 'Japanese (ja)') nb = translate('OpenLP.AboutForm', 'Norwegian Bokm\xe5l (nb)') nl = translate('OpenLP.AboutForm', 'Dutch (nl)') @@ -283,7 +283,7 @@ class UiAboutDialog(object): fi, '\n '.join(translators['fi']), fr, '\n '.join(translators['fr']), hu, '\n '.join(translators['hu']), - id, '\n '.join(translators['id']), + ind, '\n '.join(translators['id']), ja, '\n '.join(translators['ja']), nb, '\n '.join(translators['nb']), nl, '\n '.join(translators['nl']),