From b03c50a0f4e57e79db2b21d93d8c3a0d0f9fd55a Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 14 Jun 2012 11:33:04 +0000 Subject: correction to currency names as per suggestions from cjl --- (limited to 'taextras.py') diff --git a/taextras.py b/taextras.py index 874d148..783138b 100644 --- a/taextras.py +++ b/taextras.py @@ -47,10 +47,10 @@ CURRENCY_STRINGS = [ _('Palette of Mexican pesos'), _('Palette of Colombian pesos'), _('Palette of Rwandan francs'), - _('Palette of US currencies'), - _('Palette of Australian currencies'), - _('Palette of Guaranies'), - _('Palette of Soles'), + _('Palette of US dollars'), + _('Palette of Australian dollars'), + _('Palette of Paraguayan Guaranies'), + _('Palette of Peruvian Nuevo Soles'), _('Palette of Uruguayan Pesos') ] -- cgit v0.9.1