From e19f03c47399ad93a44492c707e080879dda8aa8 Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Thu, 28 Aug 2014 16:28:49 +0200 Subject: fix a typo on the word 'occurred' instead of 'occured' - on all po and pot files - on isodumper.py file - using (where . is the folder path of isodumper): - find . -type f -name "*.py" -print0 | xargs -0 sed -i 's/occured/occurred/g' - find . -type f -name "*.po" -print0 | xargs -0 sed -i 's/occured/occurred/g' - find . -type f -name "*.pot" -print0 | xargs -0 sed -i 's/occured/occurred/g' --- po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/fr.po') diff --git a/po/fr.po b/po/fr.po index 57735c6..c0ec2be 100644 --- a/po/fr.po +++ b/po/fr.po @@ -41,7 +41,7 @@ msgid "The device was formatted successfully." msgstr "Le périphérique a été formaté avec succès." #: lib/isodumper.py:251 -msgid "An error occured while creating a partition." +msgid "An error occurred while creating a partition." msgstr "Une erreur est survenue en créant une partition." #: lib/isodumper.py:253 -- cgit v1.2.1