Fossil SCM
Modify an error message to avoid using an unquoted apostrophe.
Commit
61941baf12257f99582f6a59fa70c165499039474ec007575037368a6220b694
Parent
6830dec76c92555…
1 file changed
+1
-1
+1
-1
| --- src/login.c | ||
| +++ src/login.c | ||
| @@ -512,11 +512,11 @@ | ||
| 512 | 512 | @ across the entire route between your browser and the server. |
| 513 | 513 | @ An attempt was made to redirect to %h(g.zHttpsURL) but |
| 514 | 514 | @ the connection is still insecure even after the redirect.</p> |
| 515 | 515 | @ <p>This is probably some kind of configuration problem. Please |
| 516 | 516 | @ contact your sysadmin.</p> |
| 517 | - @ <p>Sorry it didn't work out.</p> | |
| 517 | + @ <p>Sorry it did not work out.</p> | |
| 518 | 518 | style_footer(); |
| 519 | 519 | return; |
| 520 | 520 | } |
| 521 | 521 | if( zQS==0 ){ |
| 522 | 522 | zQS = "?redir=1"; |
| 523 | 523 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -512,11 +512,11 @@ | |
| 512 | @ across the entire route between your browser and the server. |
| 513 | @ An attempt was made to redirect to %h(g.zHttpsURL) but |
| 514 | @ the connection is still insecure even after the redirect.</p> |
| 515 | @ <p>This is probably some kind of configuration problem. Please |
| 516 | @ contact your sysadmin.</p> |
| 517 | @ <p>Sorry it didn't work out.</p> |
| 518 | style_footer(); |
| 519 | return; |
| 520 | } |
| 521 | if( zQS==0 ){ |
| 522 | zQS = "?redir=1"; |
| 523 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -512,11 +512,11 @@ | |
| 512 | @ across the entire route between your browser and the server. |
| 513 | @ An attempt was made to redirect to %h(g.zHttpsURL) but |
| 514 | @ the connection is still insecure even after the redirect.</p> |
| 515 | @ <p>This is probably some kind of configuration problem. Please |
| 516 | @ contact your sysadmin.</p> |
| 517 | @ <p>Sorry it did not work out.</p> |
| 518 | style_footer(); |
| 519 | return; |
| 520 | } |
| 521 | if( zQS==0 ){ |
| 522 | zQS = "?redir=1"; |
| 523 |