Fossil SCM
If the banner uses "filename" as one word, the title ought to too.
Commit
c0ed95060c17ab4ebdf83f9800f08e1c143fd36bf0b80fe973747ec30ce470d3
Parent
c027368b50ee93f…
1 file changed
+2
-2
+2
-2
| --- src/path.c | ||
| +++ src/path.c | ||
| @@ -595,15 +595,15 @@ | ||
| 595 | 595 | int nCheckin; |
| 596 | 596 | |
| 597 | 597 | login_check_credentials(); |
| 598 | 598 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 599 | 599 | if( P("all")!=0 ){ |
| 600 | - style_header("List Of All File Name Changes"); | |
| 600 | + style_header("List Of All Filename Changes"); | |
| 601 | 601 | db_multi_exec("%s", zRenameQuery/*safe-for-%s*/); |
| 602 | 602 | style_submenu_element("Distinct", "%R/test-rename-list"); |
| 603 | 603 | }else{ |
| 604 | - style_header("List Of Distinct File Name Changes"); | |
| 604 | + style_header("List Of Distinct Filename Changes"); | |
| 605 | 605 | db_multi_exec("%s", zDistinctRenameQuery/*safe-for-%s*/); |
| 606 | 606 | style_submenu_element("All", "%R/test-rename-list?all"); |
| 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 |
| --- src/path.c | |
| +++ src/path.c | |
| @@ -595,15 +595,15 @@ | |
| 595 | int nCheckin; |
| 596 | |
| 597 | login_check_credentials(); |
| 598 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 599 | if( P("all")!=0 ){ |
| 600 | style_header("List Of All File Name Changes"); |
| 601 | db_multi_exec("%s", zRenameQuery/*safe-for-%s*/); |
| 602 | style_submenu_element("Distinct", "%R/test-rename-list"); |
| 603 | }else{ |
| 604 | style_header("List Of Distinct File Name Changes"); |
| 605 | db_multi_exec("%s", zDistinctRenameQuery/*safe-for-%s*/); |
| 606 | style_submenu_element("All", "%R/test-rename-list?all"); |
| 607 | } |
| 608 | nRename = db_int(0, "SELECT count(*) FROM renames;"); |
| 609 | nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;"); |
| 610 |
| --- src/path.c | |
| +++ src/path.c | |
| @@ -595,15 +595,15 @@ | |
| 595 | int nCheckin; |
| 596 | |
| 597 | login_check_credentials(); |
| 598 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 599 | if( P("all")!=0 ){ |
| 600 | style_header("List Of All Filename Changes"); |
| 601 | db_multi_exec("%s", zRenameQuery/*safe-for-%s*/); |
| 602 | style_submenu_element("Distinct", "%R/test-rename-list"); |
| 603 | }else{ |
| 604 | style_header("List Of Distinct Filename Changes"); |
| 605 | db_multi_exec("%s", zDistinctRenameQuery/*safe-for-%s*/); |
| 606 | style_submenu_element("All", "%R/test-rename-list?all"); |
| 607 | } |
| 608 | nRename = db_int(0, "SELECT count(*) FROM renames;"); |
| 609 | nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;"); |
| 610 |