Fossil SCM
Fix display text typo on the skin editor page for non-administrators.
Commit
3a903bfd492ce233a4162b36ebc933dcdaf80d8b8bf46656a686fd1338bce3a2
Parent
09e6fc3df383db2…
1 file changed
+2
-2
+2
-2
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -1059,12 +1059,12 @@ | ||
| 1059 | 1059 | @ |
| 1060 | 1060 | @ <a name='step8'></a> |
| 1061 | 1061 | @ <h1>Step 8: Cleanup and Undo Actions</h1> |
| 1062 | 1062 | @ |
| 1063 | 1063 | if( !g.perm.Setup ){ |
| 1064 | - @ <p>Administrators can optionally remove save legacy skins, or | |
| 1065 | - @ undo a prior publish | |
| 1064 | + @ <p>Administrators can optionally save or restore legacy skins, and/or | |
| 1065 | + @ undo a prior publish. | |
| 1066 | 1066 | }else{ |
| 1067 | 1067 | @ <p>Visit the <a href='%R/setup_skin_admin'>Skin Admin</a> page |
| 1068 | 1068 | @ for cleanup and recovery actions. |
| 1069 | 1069 | } |
| 1070 | 1070 | style_load_one_js_file("skin.js"); |
| 1071 | 1071 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -1059,12 +1059,12 @@ | |
| 1059 | @ |
| 1060 | @ <a name='step8'></a> |
| 1061 | @ <h1>Step 8: Cleanup and Undo Actions</h1> |
| 1062 | @ |
| 1063 | if( !g.perm.Setup ){ |
| 1064 | @ <p>Administrators can optionally remove save legacy skins, or |
| 1065 | @ undo a prior publish |
| 1066 | }else{ |
| 1067 | @ <p>Visit the <a href='%R/setup_skin_admin'>Skin Admin</a> page |
| 1068 | @ for cleanup and recovery actions. |
| 1069 | } |
| 1070 | style_load_one_js_file("skin.js"); |
| 1071 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -1059,12 +1059,12 @@ | |
| 1059 | @ |
| 1060 | @ <a name='step8'></a> |
| 1061 | @ <h1>Step 8: Cleanup and Undo Actions</h1> |
| 1062 | @ |
| 1063 | if( !g.perm.Setup ){ |
| 1064 | @ <p>Administrators can optionally save or restore legacy skins, and/or |
| 1065 | @ undo a prior publish. |
| 1066 | }else{ |
| 1067 | @ <p>Visit the <a href='%R/setup_skin_admin'>Skin Admin</a> page |
| 1068 | @ for cleanup and recovery actions. |
| 1069 | } |
| 1070 | style_load_one_js_file("skin.js"); |
| 1071 |