Browse Source

Change text description for half-open connection

adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
c19e660306
  1. 2
      src/gui/advancedsettings.h

2
src/gui/advancedsettings.h

@ -261,7 +261,7 @@ private slots: @@ -261,7 +261,7 @@ private slots:
spin_maxhalfopen.setMinimum(0);
spin_maxhalfopen.setMaximum(99999);
spin_maxhalfopen.setValue(pref->getMaxHalfOpenConnections());
setRow(MAX_HALF_OPEN, tr("Maximum number of half-open connections [0: Disabled]"), &spin_maxhalfopen);
setRow(MAX_HALF_OPEN, tr("Maximum number of half-open connections [0: Unlimited]"), &spin_maxhalfopen);
// Super seeding
cb_super_seeding.setChecked(pref->isSuperSeedingEnabled());
setRow(SUPER_SEEDING, tr("Strict super seeding"), &cb_super_seeding);

Loading…
Cancel
Save