Skip to content

Commit

Permalink
Update Tooltips (#10820)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Jun 29, 2020
1 parent 3e9d9f3 commit 49c12e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@
<value>Learn about Python3 updates.</value>
</data>
<data name="PythonScriptEditorRevertButtonTooltip" xml:space="preserve">
<value>Revert the changes made to current Python node editor.</value>
<value>Revert the changes made to current Python node editor and close it.</value>
</data>
<data name="PythonScriptEditorRunButtonTooltip" xml:space="preserve">
<value>Run Python node with current code in editor.</value>
<value>Run Python node with current code in editor and save it.</value>
</data>
<data name="PythonScriptEditorSaveChangesButtonTooltip" xml:space="preserve">
<value>Save the changes made to current Python node editor.</value>
<value>Save the changes made to current Python node editor and close it.</value>
</data>
<data name="PythonMigrationWarningUriString" xml:space="preserve">
<value>PythonNodeModels;PythonMigrationWarning.html</value>
Expand Down
6 changes: 3 additions & 3 deletions src/Libraries/PythonNodeModels/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@
<value>Learn about Python3 updates.</value>
</data>
<data name="PythonScriptEditorRevertButtonTooltip" xml:space="preserve">
<value>Revert the changes made to current Python node editor.</value>
<value>Revert the changes made to current Python node editor and close it.</value>
</data>
<data name="PythonScriptEditorRunButtonTooltip" xml:space="preserve">
<value>Run Python node with current code in editor.</value>
<value>Run Python node with current code in editor and save it.</value>
</data>
<data name="PythonScriptEditorSaveChangesButtonTooltip" xml:space="preserve">
<value>Save the changes made to current Python node editor.</value>
<value>Save the changes made to current Python node editor and close it.</value>
</data>
<data name="PythonMigrationWarningUriString" xml:space="preserve">
<value>PythonNodeModels;PythonMigrationWarning.html</value>
Expand Down

0 comments on commit 49c12e0

Please sign in to comment.