Fossil SCM

Minor tooltip tweaks.

stephan 2020-05-10 19:42 fileedit-ajaxify
Commit 0b1085d724894b8acfdaf4af14463fc440e4d277aa692f0b8ef0c98583c0ce04
1 file changed +4 -6
+4 -6
--- src/fileedit.c
+++ src/fileedit.c
@@ -1622,11 +1622,11 @@
16221622
"edits, it requires confirmation (a second click) within "
16231623
"a few seconds or it will not reload.'"
16241624
">Discard &amp; Reload</button>");
16251625
}
16261626
style_select_list_int("select-font-size",
1627
- "editor_font_size", "Editor Font Size",
1627
+ "editor_font_size", "Editor font size",
16281628
NULL/*tooltip*/,
16291629
100,
16301630
"100%", 100, "125%", 125,
16311631
"150%", 150, "175%", 175,
16321632
"200%", 200, NULL);
@@ -1661,13 +1661,11 @@
16611661
style_labeled_checkbox("cb-preview-autoupdate",
16621662
NULL,
16631663
"Auto-refresh?",
16641664
"1", 1,
16651665
"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.");
16691667
16701668
/* Default preview rendering mode selection... */
16711669
previewRenderMode = fileedit_render_mode_for_mimetype(zFileMime);
16721670
style_select_list_int("select-preview-mode",
16731671
"preview_render_mode",
@@ -1783,12 +1781,12 @@
17831781
"baseline, if conditions are favorable to "
17841782
"do so. This option is only a suggestion.");
17851783
style_select_list_int("select-eol-style",
17861784
"eol", "EOL Style",
17871785
"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.",
17901788
(cimi.flags & CIMINI_CONVERT_EOL_UNIX)
17911789
? 1 : (cimi.flags & CIMINI_CONVERT_EOL_WINDOWS
17921790
? 2 : 0),
17931791
"Inherit", 0,
17941792
"Unix", 1,
17951793
--- 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 &amp; 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 &amp; 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button