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
* ui: reword 'full grid' to 'viewport'
* ui: reword 'Uniform' to 'Ungrouped' in viewport control panel - resolve conflict with master
* ui: change key bindings for state import/export: replace U/D by I/E
Copy file name to clipboardExpand all lines: src/e3sm_quickview/components/doc.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,12 @@ class ToolStateImportExport(Tool):
59
59
def__init__(self):
60
60
super().__init__(
61
61
icon="mdi-folder-arrow-left-right-outline",
62
-
title="State import/export",
63
-
description="Export the application state into a small text file. The same file can then be imported to restore that application state.",
62
+
title="State export/import",
63
+
description="Export and download the application state into a small text file. The same file can then be uploaded and imported to restore that application state.",
0 commit comments