mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +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_author = "Zach Tibbitts"
|
||||||
plugin_version = "0.5"
|
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):
|
def deluge_init(deluge_path):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue