mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Make stats title translatable
https://forums.ankiweb.net/t/why-is-the-title-of-the-statistics-window-not-can-be-translated/30944
This commit is contained in:
parent
7a9c6172ef
commit
e9bfebe83e
2 changed files with 2 additions and 1 deletions
|
@ -203,3 +203,4 @@ statistics-average-ease = Average ease
|
||||||
statistics-save-pdf = Save PDF
|
statistics-save-pdf = Save PDF
|
||||||
statistics-saved = Saved.
|
statistics-saved = Saved.
|
||||||
statistics-stats = stats
|
statistics-stats = stats
|
||||||
|
statistics-title = Statistics
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string notr="true">Statistics</string>
|
<string>statistics_title</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
|
|
Loading…
Reference in a new issue