@@ -841,7 +841,7 @@ |
||
| 841 | 841 | |
| 842 | 842 | $message = $range['isNew'] |
| 843 | 843 | ? 'New group '.$groupNNTP['group'].' starting with '. |
| 844 | - ($this->config->newGroupScanByDays |
|
| 844 | + ($this->config->newGroupScanByDays |
|
| 845 | 845 | ? $this->config->newGroupDaysToScan.' days' |
| 846 | 846 | : number_format($this->config->newGroupMessagesToScan).' messages').' worth.' |
| 847 | 847 | : 'Group '.$groupNNTP['group'].' has '.number_format((int) $range['realTotal']).' new articles.'; |
@@ -932,9 +932,9 @@ |
||
| 932 | 932 | |
| 933 | 933 | // Use carriage return to overwrite the same line |
| 934 | 934 | echo "\rRenamed: " . number_format($stats['fixed']) . |
| 935 | - ' | Processed: ' . number_format($stats['checked']) . |
|
| 936 | - '/' . number_format($this->_totalReleases) . |
|
| 937 | - ' (' . $percent . '%) '; |
|
| 935 | + ' | Processed: ' . number_format($stats['checked']) . |
|
| 936 | + '/' . number_format($this->_totalReleases) . |
|
| 937 | + ' (' . $percent . '%) '; |
|
| 938 | 938 | } |
| 939 | 939 | } |
| 940 | 940 | |