Fossil SCM
Make the banner "filename" (one word) rather than "file name".
Commit
c027368b50ee93fa445b56fef268309cf058dab8637a233e2bb2580b0a5564a0
Parent
f99b88199d55404…
1 file changed
+1
-1
+1
-1
| --- src/path.c | ||
| +++ src/path.c | ||
| @@ -607,11 +607,11 @@ | ||
| 607 | 607 | } |
| 608 | 608 | nRename = db_int(0, "SELECT count(*) FROM renames;"); |
| 609 | 609 | nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;"); |
| 610 | 610 | db_prepare(&q, "SELECT date, old_name, new_name, checkin FROM renames" |
| 611 | 611 | " ORDER BY date DESC, old_name ASC"); |
| 612 | - @ <h1>%d(nRename) file name changes in %d(nCheckin) check-ins</h1> | |
| 612 | + @ <h1>%d(nRename) filename changes in %d(nCheckin) check-ins</h1> | |
| 613 | 613 | @ <table class='sortable' data-column-types='tttt' data-init-sort='1'\ |
| 614 | 614 | @ border="1" cellpadding="2" cellspacing="0"> |
| 615 | 615 | @ <thead><tr><th>Date & Time</th> |
| 616 | 616 | @ <th>Old Name</th> |
| 617 | 617 | @ <th>New Name</th> |
| 618 | 618 |
| --- src/path.c | |
| +++ src/path.c | |
| @@ -607,11 +607,11 @@ | |
| 607 | } |
| 608 | nRename = db_int(0, "SELECT count(*) FROM renames;"); |
| 609 | nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;"); |
| 610 | db_prepare(&q, "SELECT date, old_name, new_name, checkin FROM renames" |
| 611 | " ORDER BY date DESC, old_name ASC"); |
| 612 | @ <h1>%d(nRename) file name changes in %d(nCheckin) check-ins</h1> |
| 613 | @ <table class='sortable' data-column-types='tttt' data-init-sort='1'\ |
| 614 | @ border="1" cellpadding="2" cellspacing="0"> |
| 615 | @ <thead><tr><th>Date & Time</th> |
| 616 | @ <th>Old Name</th> |
| 617 | @ <th>New Name</th> |
| 618 |
| --- src/path.c | |
| +++ src/path.c | |
| @@ -607,11 +607,11 @@ | |
| 607 | } |
| 608 | nRename = db_int(0, "SELECT count(*) FROM renames;"); |
| 609 | nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;"); |
| 610 | db_prepare(&q, "SELECT date, old_name, new_name, checkin FROM renames" |
| 611 | " ORDER BY date DESC, old_name ASC"); |
| 612 | @ <h1>%d(nRename) filename changes in %d(nCheckin) check-ins</h1> |
| 613 | @ <table class='sortable' data-column-types='tttt' data-init-sort='1'\ |
| 614 | @ border="1" cellpadding="2" cellspacing="0"> |
| 615 | @ <thead><tr><th>Date & Time</th> |
| 616 | @ <th>Old Name</th> |
| 617 | @ <th>New Name</th> |
| 618 |