mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
df2a4220df
commit
724296913b
@ -471,7 +471,7 @@ class ConfigDialog(ResizableDialog, Ui_Dialog):
|
|||||||
if port < 1025:
|
if port < 1025:
|
||||||
warning_dialog(self, _('System port selected'), '<p>'+
|
warning_dialog(self, _('System port selected'), '<p>'+
|
||||||
_('The value <b>%d</b> you have chosen for the content '
|
_('The value <b>%d</b> you have chosen for the content '
|
||||||
'server port is a system port. You operating '
|
'server port is a system port. Your operating '
|
||||||
'system <b>may</b> not allow the server to run on this '
|
'system <b>may</b> not allow the server to run on this '
|
||||||
'port. To be safe choose a port number larger than '
|
'port. To be safe choose a port number larger than '
|
||||||
'1024.')%port, show=True)
|
'1024.')%port, show=True)
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user