Rename Sud's Download/Upload to Save/Load throughout
Renames everywhere the concept appears: Sud.download()/upload() -> save()/load(), the 'Download'/'Upload' websocket messages -> 'Save'/'Load', the brewpi_gui menu actions, handlers and sud_download_path -> sud_save_path, and the demo script. Behavior is unchanged - this is naming only, from the client's perspective (save to / load from a local file) rather than the server's.
This commit is contained in:
+6
-6
@@ -3712,8 +3712,8 @@
|
||||
<property name="title">
|
||||
<string>&File</string>
|
||||
</property>
|
||||
<addaction name="actionSudDownload"/>
|
||||
<addaction name="actionSudUpload"/>
|
||||
<addaction name="actionSudSave"/>
|
||||
<addaction name="actionSudLoad"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Help">
|
||||
<property name="title">
|
||||
@@ -3765,17 +3765,17 @@
|
||||
<string>Stop</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSudDownload">
|
||||
<action name="actionSudSave">
|
||||
<property name="text">
|
||||
<string>&Download Sud...</string>
|
||||
<string>&Save Sud...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Save the running Sud's schedule to a local sud.json</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSudUpload">
|
||||
<action name="actionSudLoad">
|
||||
<property name="text">
|
||||
<string>&Upload Sud...</string>
|
||||
<string>&Load Sud...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Replace the running Sud's schedule with a local sud.json</string>
|
||||
|
||||
Reference in New Issue
Block a user