fixed some strings not added
This commit is contained in:
parent
7a1418e98a
commit
38a783214c
2 changed files with 2 additions and 2 deletions
|
|
@ -84,6 +84,4 @@
|
|||
<item>video</item>
|
||||
<item>command</item>
|
||||
</string-array>
|
||||
<string name="worst_quality">Worst Quality</string>
|
||||
<string name="best_quality">Best Quality</string>
|
||||
</resources>
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="worst_quality">Worst Quality</string>
|
||||
<string name="best_quality">Best Quality</string>
|
||||
<string name="app_name" translatable="false">YTDLnis</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="remove_all">Remove All</string>
|
||||
|
|
|
|||
Loading…
Reference in a new issue