Skip to content

Commit

Permalink
[Console] Fix ports typo
Browse files Browse the repository at this point in the history
incomming -> incoming.

Closes: deluge-torrent#442
  • Loading branch information
jsiverskog authored and cas-- committed Aug 24, 2024
1 parent d98d154 commit f101f0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions deluge/i18n/deluge.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
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"
"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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1819,7 +1819,7 @@ msgid "Pre-Allocate disk space"
msgstr ""

#: deluge/ui/console/modes/preferences/preference_panes.py:302
msgid "Incomming Ports"
msgid "Incoming Ports"
msgstr ""

#: deluge/ui/console/modes/preferences/preference_panes.py:311
Expand Down Expand Up @@ -2389,14 +2389,6 @@ msgstr ""
msgid "Select Language"
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
msgid "Web Server Options"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion deluge/ui/console/modes/preferences/preference_panes.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def __init__(self, preferences):

@overrides(BasePreferencePane)
def create_pane(self, core_conf, console_config):
self.add_header(_('Incomming Ports'))
self.add_header(_('Incoming Ports'))
inrand = self.add_checked_input(
'random_port',
'Use Random Ports Active Port: %d' % self.preferences.active_port,
Expand Down

0 comments on commit f101f0a

Please sign in to comment.