diff --git a/deluge/ui/web/js/gettext.js b/deluge/ui/web/js/gettext.js index 0e991d2ca..47f4f85f4 100644 --- a/deluge/ui/web/js/gettext.js +++ b/deluge/ui/web/js/gettext.js @@ -186,6 +186,7 @@ GetText.add('On','${escape(_("On"))}') GetText.add('Online','${escape(_("Online"))}') GetText.add('Options','${escape(_("Options"))}') GetText.add('Other','${escape(_("Other"))}') +GetText.add('Outgoing Address','${escape(_("Outgoing Address"))}') GetText.add('Outgoing Ports','${escape(_("Outgoing Ports"))}') GetText.add('Outgoing:','${escape(_("Outgoing:"))}') GetText.add('Owner','${escape(_("Owner"))}')