Custom Query (2447 matches)
Results (322 - 324 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3034 | Fixed | Typo in translatable strings | ||
Description |
Hi, when reviewing the Swedish translation I found some typos in the English strings as well. In deluge/ui/gtkui/preferences.py there are 4 strings where the word "ocurred" should be spelled "occurred" instead. Apart from that I saw 3 strings where there are doubled spaces in the middle of a sentence (not visible here in Trac since double spaces apparently are eaten): #: deluge/ui/gtkui/glade/path_combo_chooser.ui.h:8 msgid "Enable autocomplete" #: deluge/ui/gtkui/glade/preferences_dialog.ui.h:109 msgid "Uses random ports in range 49152 to 65525" #: deluge/ui/gtkui/glade/preferences_dialog.ui.h:142 msgid "Attempt to hide client identity and only use proxy for incoming connections." |
|||
#3090 | Fixed | Typo in systemd Scripts for Deluge Web UI (deluge-web) Service | ||
Description |
Following the instructions at http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd I created my deluge-web.service with the provided text. Sticking to the instructions, I tried to start deluge-web and verify it was running before making it to the Logging section, so I never replaced line 11. systemctl status deluge-web gave me ● deluge-web.service - Deluge Bittorrent Client Web Interface Loaded: loaded (/etc/systemd/system/deluge-web.service; enabled; vendor preset: enabled) Active: inactive (dead) (Result: exit-code) since Thu 2017-07-13 00:57:05 UTC; 40s ago Docs: man:deluge-web Process: 498 ExecStart=/usr/bin/deluge-web -d (code=exited, status=2) Main PID: 498 (code=exited, status=2) Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Unit entered failed state. Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Failed with result 'exit-code'. Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Service hold-off time over, scheduling restart. Jul 13 00:57:05 omnideluge systemd[1]: Stopped Deluge Bittorrent Client Web Interface. Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Start request repeated too quickly. Jul 13 00:57:05 omnideluge systemd[1]: Failed to start Deluge Bittorrent Client Web Interface. While searching for the error I tried manually running deluge-web -d, which gave me deluge-web: error: no such option: -d After editing line 11 and removing the -d, the service was able to start. |
|||
#775 | WontFix | Typo in German GTK interface | ||
Description |
Version 1.1.1 (also valid for Version 1.1.0) Using the GTK interface under German (de_DE.utf8), there is a misspelling in the Plugin pane ("Module") in the preferences dialog ("Einstellungen"). The button labeled "Installiere Pulgin" should read "Installiere Plugin". |