mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
Typographic changes in history string
This commit is contained in:
parent
ce8ae436ea
commit
86c332e064
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ class AddCards(QDialog):
|
|||
txt = stripHTMLMedia(", ".join(fields))
|
||||
if len(txt) > 30:
|
||||
txt = txt[:30] + "..."
|
||||
a = m.addAction(_("Edit %s") % txt)
|
||||
a = m.addAction(_("Edit \"%s\"") % txt)
|
||||
a.triggered.connect(lambda b, nid=nid: self.editHistory(nid))
|
||||
else:
|
||||
a = m.addAction(_("(Note deleted)"))
|
||||
|
|
Loading…
Reference in a new issue