[Console] Fix ports typo

incomming -> incoming.

Closes: https://github.com/deluge-torrent/deluge/pull/442
This commit is contained in:
Jacob Siverskog 2024-02-08 17:58:09 +01:00 committed by Calum Lind
parent d98d15422a
commit f101f0afdd
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
2 changed files with 4 additions and 12 deletions

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Deluge 2.2.0.dev46\n" "Project-Id-Version: Deluge 2.2.0.dev57\n"
"Report-Msgid-Bugs-To: http://deluge-torrent.org\n" "Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
"POT-Creation-Date: 2024-07-15 08:37+0100\n" "POT-Creation-Date: 2024-08-24 17:37+0100\n"
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1819,7 +1819,7 @@ msgid "Pre-Allocate disk space"
msgstr "" msgstr ""
#: deluge/ui/console/modes/preferences/preference_panes.py:302 #: deluge/ui/console/modes/preferences/preference_panes.py:302
msgid "Incomming Ports" msgid "Incoming Ports"
msgstr "" msgstr ""
#: deluge/ui/console/modes/preferences/preference_panes.py:311 #: deluge/ui/console/modes/preferences/preference_panes.py:311
@ -2389,14 +2389,6 @@ msgstr ""
msgid "Select Language" msgid "Select Language"
msgstr "" msgstr ""
#: deluge/ui/web/json_api.py:851
msgid "Daemon does not exist"
msgstr ""
#: deluge/ui/web/json_api.py:858
msgid "Daemon not running"
msgstr ""
#: deluge/ui/web/web.py:28 #: deluge/ui/web/web.py:28
msgid "Web Server Options" msgid "Web Server Options"
msgstr "" msgstr ""

View File

@ -299,7 +299,7 @@ class NetworkPane(BasePreferencePane):
@overrides(BasePreferencePane) @overrides(BasePreferencePane)
def create_pane(self, core_conf, console_config): def create_pane(self, core_conf, console_config):
self.add_header(_('Incomming Ports')) self.add_header(_('Incoming Ports'))
inrand = self.add_checked_input( inrand = self.add_checked_input(
'random_port', 'random_port',
'Use Random Ports Active Port: %d' % self.preferences.active_port, 'Use Random Ports Active Port: %d' % self.preferences.active_port,