mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix quadruple dots
This commit is contained in:
parent
f1677b863f
commit
f77e1ff6fe
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
<item row="1" column="1" >
|
||||
<widget class="QPushButton" name="file" >
|
||||
<property name="text" >
|
||||
<string>Choose &file....</string>
|
||||
<string>Choose &file...</string>
|
||||
</property>
|
||||
<property name="default" >
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -810,7 +810,7 @@
|
|||
<normaloff>:/icons/document-export.png</normaloff>:/icons/document-export.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Expor&t....</string>
|
||||
<string>Expor&t...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDisplayProperties" >
|
||||
|
@ -827,7 +827,7 @@
|
|||
</action>
|
||||
<action name="actionOpenSamples" >
|
||||
<property name="text" >
|
||||
<string>Open Sa&mple....</string>
|
||||
<string>Open Sa&mple...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionMarkCard" >
|
||||
|
|
Loading…
Reference in a new issue