This commit is contained in:
Kovid Goyal 2010-05-29 12:42:00 -06:00
parent df2a4220df
commit 724296913b
2 changed files with 2407 additions and 2417 deletions

View File

@ -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