From f5feaaa782ed9f56a11efad51b6b49f1f1c06313 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 17 Jan 2009 23:00:51 +0900 Subject: [PATCH] change wording --- anki/importing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/importing/__init__.py b/anki/importing/__init__.py index ed3567a6a..5dffd1d97 100644 --- a/anki/importing/__init__.py +++ b/anki/importing/__init__.py @@ -246,7 +246,7 @@ from anki.importing.mnemosyne10 import Mnemosyne10Importer from anki.importing.wcu import WCUImporter Importers = ( - (_("Text file (tab/semicolon separated) (*)"), TextImporter), + (_("Text separated by tabs or semicolons (*)"), TextImporter), (_("Anki 1.0 deck (*.anki)"), Anki10Importer), (_("Mnemosyne 1.x deck (*.mem)"), Mnemosyne10Importer), (_("CueCard deck (*.wcu)"), WCUImporter),