Skip to content

Commit

Permalink
ce
Browse files Browse the repository at this point in the history
  • Loading branch information
ospalh committed Oct 17, 2012
1 parent 0f93b2e commit 4221634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Small_add_cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from anki.hooks import wrap
from aqt.addcards import AddCards
from aqt.qt import QDialogButtonBox, QWidgetItem, SIGNAL
from aqt.lang import _
from anki.lang import _

__version__ = '1.0.1'

Expand Down
2 changes: 1 addition & 1 deletion dehashilator/dehashilator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from aqt import mw
from aqt.utils import showInfo, showText, askUser
from anki.utils import stripHTML
from aqt.lang import _
from anki.lang import _

name_source_fields = ['SequenceMarker', 'Reading', 'Expression', 'Kanji']

Expand Down
2 changes: 1 addition & 1 deletion downloadaudio/conflanguage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from aqt.forms import dconf
from anki.hooks import wrap
from aqt.qt import QHBoxLayout, QLabel, QLineEdit
from aqt.lang import _
from anki.lang import _

from language import default_audio_language_code, al_code_code

Expand Down

0 comments on commit 4221634

Please sign in to comment.