Fossil SCM
Minor tooltip tweaks.
Commit
0b1085d724894b8acfdaf4af14463fc440e4d277aa692f0b8ef0c98583c0ce04
Parent
7e43119a91c167a…
1 file changed
+4
-6
+4
-6
| --- src/fileedit.c | ||
| +++ src/fileedit.c | ||
| @@ -1622,11 +1622,11 @@ | ||
| 1622 | 1622 | "edits, it requires confirmation (a second click) within " |
| 1623 | 1623 | "a few seconds or it will not reload.'" |
| 1624 | 1624 | ">Discard & Reload</button>"); |
| 1625 | 1625 | } |
| 1626 | 1626 | style_select_list_int("select-font-size", |
| 1627 | - "editor_font_size", "Editor Font Size", | |
| 1627 | + "editor_font_size", "Editor font size", | |
| 1628 | 1628 | NULL/*tooltip*/, |
| 1629 | 1629 | 100, |
| 1630 | 1630 | "100%", 100, "125%", 125, |
| 1631 | 1631 | "150%", 150, "175%", 175, |
| 1632 | 1632 | "200%", 200, NULL); |
| @@ -1661,13 +1661,11 @@ | ||
| 1661 | 1661 | style_labeled_checkbox("cb-preview-autoupdate", |
| 1662 | 1662 | NULL, |
| 1663 | 1663 | "Auto-refresh?", |
| 1664 | 1664 | "1", 1, |
| 1665 | 1665 | "If on, the preview will automatically " |
| 1666 | - "refresh when this tab is selected. Not " | |
| 1667 | - "recommended for large files or slow " | |
| 1668 | - "connections."); | |
| 1666 | + "refresh when this tab is selected."); | |
| 1669 | 1667 | |
| 1670 | 1668 | /* Default preview rendering mode selection... */ |
| 1671 | 1669 | previewRenderMode = fileedit_render_mode_for_mimetype(zFileMime); |
| 1672 | 1670 | style_select_list_int("select-preview-mode", |
| 1673 | 1671 | "preview_render_mode", |
| @@ -1783,12 +1781,12 @@ | ||
| 1783 | 1781 | "baseline, if conditions are favorable to " |
| 1784 | 1782 | "do so. This option is only a suggestion."); |
| 1785 | 1783 | style_select_list_int("select-eol-style", |
| 1786 | 1784 | "eol", "EOL Style", |
| 1787 | 1785 | "EOL conversion policy, noting that " |
| 1788 | - "form-processing may implicitly change the " | |
| 1789 | - "line endings of the input.", | |
| 1786 | + "webpage-side processing may implicitly change " | |
| 1787 | + "the line endings of the input.", | |
| 1790 | 1788 | (cimi.flags & CIMINI_CONVERT_EOL_UNIX) |
| 1791 | 1789 | ? 1 : (cimi.flags & CIMINI_CONVERT_EOL_WINDOWS |
| 1792 | 1790 | ? 2 : 0), |
| 1793 | 1791 | "Inherit", 0, |
| 1794 | 1792 | "Unix", 1, |
| 1795 | 1793 |
| --- src/fileedit.c | |
| +++ src/fileedit.c | |
| @@ -1622,11 +1622,11 @@ | |
| 1622 | "edits, it requires confirmation (a second click) within " |
| 1623 | "a few seconds or it will not reload.'" |
| 1624 | ">Discard & Reload</button>"); |
| 1625 | } |
| 1626 | style_select_list_int("select-font-size", |
| 1627 | "editor_font_size", "Editor Font Size", |
| 1628 | NULL/*tooltip*/, |
| 1629 | 100, |
| 1630 | "100%", 100, "125%", 125, |
| 1631 | "150%", 150, "175%", 175, |
| 1632 | "200%", 200, NULL); |
| @@ -1661,13 +1661,11 @@ | |
| 1661 | style_labeled_checkbox("cb-preview-autoupdate", |
| 1662 | NULL, |
| 1663 | "Auto-refresh?", |
| 1664 | "1", 1, |
| 1665 | "If on, the preview will automatically " |
| 1666 | "refresh when this tab is selected. Not " |
| 1667 | "recommended for large files or slow " |
| 1668 | "connections."); |
| 1669 | |
| 1670 | /* Default preview rendering mode selection... */ |
| 1671 | previewRenderMode = fileedit_render_mode_for_mimetype(zFileMime); |
| 1672 | style_select_list_int("select-preview-mode", |
| 1673 | "preview_render_mode", |
| @@ -1783,12 +1781,12 @@ | |
| 1783 | "baseline, if conditions are favorable to " |
| 1784 | "do so. This option is only a suggestion."); |
| 1785 | style_select_list_int("select-eol-style", |
| 1786 | "eol", "EOL Style", |
| 1787 | "EOL conversion policy, noting that " |
| 1788 | "form-processing may implicitly change the " |
| 1789 | "line endings of the input.", |
| 1790 | (cimi.flags & CIMINI_CONVERT_EOL_UNIX) |
| 1791 | ? 1 : (cimi.flags & CIMINI_CONVERT_EOL_WINDOWS |
| 1792 | ? 2 : 0), |
| 1793 | "Inherit", 0, |
| 1794 | "Unix", 1, |
| 1795 |
| --- src/fileedit.c | |
| +++ src/fileedit.c | |
| @@ -1622,11 +1622,11 @@ | |
| 1622 | "edits, it requires confirmation (a second click) within " |
| 1623 | "a few seconds or it will not reload.'" |
| 1624 | ">Discard & Reload</button>"); |
| 1625 | } |
| 1626 | style_select_list_int("select-font-size", |
| 1627 | "editor_font_size", "Editor font size", |
| 1628 | NULL/*tooltip*/, |
| 1629 | 100, |
| 1630 | "100%", 100, "125%", 125, |
| 1631 | "150%", 150, "175%", 175, |
| 1632 | "200%", 200, NULL); |
| @@ -1661,13 +1661,11 @@ | |
| 1661 | style_labeled_checkbox("cb-preview-autoupdate", |
| 1662 | NULL, |
| 1663 | "Auto-refresh?", |
| 1664 | "1", 1, |
| 1665 | "If on, the preview will automatically " |
| 1666 | "refresh when this tab is selected."); |
| 1667 | |
| 1668 | /* Default preview rendering mode selection... */ |
| 1669 | previewRenderMode = fileedit_render_mode_for_mimetype(zFileMime); |
| 1670 | style_select_list_int("select-preview-mode", |
| 1671 | "preview_render_mode", |
| @@ -1783,12 +1781,12 @@ | |
| 1781 | "baseline, if conditions are favorable to " |
| 1782 | "do so. This option is only a suggestion."); |
| 1783 | style_select_list_int("select-eol-style", |
| 1784 | "eol", "EOL Style", |
| 1785 | "EOL conversion policy, noting that " |
| 1786 | "webpage-side processing may implicitly change " |
| 1787 | "the line endings of the input.", |
| 1788 | (cimi.flags & CIMINI_CONVERT_EOL_UNIX) |
| 1789 | ? 1 : (cimi.flags & CIMINI_CONVERT_EOL_WINDOWS |
| 1790 | ? 2 : 0), |
| 1791 | "Inherit", 0, |
| 1792 | "Unix", 1, |
| 1793 |