Revision 7ceae332
Added by NOYB NOYB over 9 years ago
src/usr/local/www/system_update_settings.php | ||
---|---|---|
191 | 191 |
'Auto sync on update', |
192 | 192 |
'After updating, sync with the following repository/branch before reboot', |
193 | 193 |
isset($gitcfg['synconupgrade']) |
194 |
))->setHelp('After updating, sync with the following repository/branch before reboot'); |
|
194 |
))->setHelp('After updating, sync with the following repository/branch before reboot.');
|
|
195 | 195 |
|
196 | 196 |
if (is_dir("/root/pfsense/pfSenseGITREPO/pfSenseGITREPO")) { |
197 | 197 |
exec("cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO && git config remote.origin.url", $output_str); |
... | ... | |
228 | 228 |
'text', |
229 | 229 |
($gitcfg['branch'] ? $gitcfg['branch'] : '') |
230 | 230 |
))->setHelp('The most recently used branch was "%s". (Usually the branch name is master)' . |
231 |
'<br />Note: Sync will not be performed if a branch is not specified', [$lastbranch]); |
|
231 |
'<br />Note: Sync will not be performed if a branch is not specified.', [$lastbranch]);
|
|
232 | 232 |
|
233 | 233 |
$form->add($section); |
234 | 234 |
} // e-o-if(file_exista() |
Also available in: Unified diff
System / Update - Punctuation
Clean up some punctuation.