You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lang/locale/en.ts
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ export default
17
17
base_theme_dark: 'Dark',
18
18
base_time_am: 'AM',
19
19
base_time_pm: 'PM',
20
+
base_component_reset: 'Reset to Default',
20
21
base_debug_loading: 'Loading {0} v{1} [ {2} ]',
21
22
base_debug_updater_1: '{0} Update Check',
22
23
base_debug_updater_2: '{0} {1}',
@@ -53,7 +54,7 @@ export default
53
54
cfg_tab_ge_keyword_name: 'Trigger keyword',
54
55
cfg_tab_ge_keyword_desc: 'Word to use inside codeblocks to designate as a portal for showing gists',
55
56
cfg_tab_ge_theme_name: 'Theme',
56
-
cfg_tab_ge_theme_desc: 'This determines what color scheme will be used for gists. You can however, customize the colors in the Github and OpenGist categories below. MUST reload your note for the new stylesheet to be loaded.',
57
+
cfg_tab_ge_theme_desc: 'This determines what color scheme will be used for gists. You can however, customize the colors in the Github and OpenGist categories below.<br><br><b>Note:</b> When this is changed, place your cursor in the codeblock and then leave the codeblock to refresh it. Automatic refreshing only works in <span class="gistr-settings-elm-note">reading mode</span>',
57
58
cfg_tab_ge_wrap_name: 'Text wrapping',
58
59
cfg_tab_ge_wrap_desc: 'If enabled, text will wrap to the next line. If disabled, you will see a horizontal scrollbar. This does not include gists that have no spaces anywhere in the body.',
0 commit comments