mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
missed two strings in search plugin that needed translating
This commit is contained in:
parent
df5b85cd40
commit
396e3501ff
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
|
||||
plugin_name = "Torrent Search"
|
||||
plugin_name = _("Torrent Search")
|
||||
plugin_author = "Zach Tibbitts"
|
||||
plugin_version = "0.5"
|
||||
plugin_description = "A searchbar for torrent search engines"
|
||||
plugin_description = _("A searchbar for torrent search engines")
|
||||
|
||||
|
||||
def deluge_init(deluge_path):
|
||||
|
|
Loading…
Add table
Reference in a new issue