mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
fix typo
This commit is contained in:
parent
5cc4865e8a
commit
2c958c6cf5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def N_(self):
|
||||||
return self
|
return self
|
||||||
|
|
||||||
STATE_MESSAGES = ( N_("Queued"),
|
STATE_MESSAGES = ( N_("Queued"),
|
||||||
N_("Checking)"),
|
N_("Checking"),
|
||||||
N_("Connecting"),
|
N_("Connecting"),
|
||||||
N_("Downloading Metadata"),
|
N_("Downloading Metadata"),
|
||||||
N_("Downloading"),
|
N_("Downloading"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue