Skip to content

Commit

Permalink
refine the alter for preview mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanchengyan committed Aug 8, 2023
1 parent 9544234 commit e26d4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/widgetTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def save_shp_file(self):
self.toggle_hover_mode()
if len(self.prompt_history) == 0:
MessageTool.MessageBoxOK(
"Preview mode shows a prompt preview. Click to apply the prompt."
"Preview mode only shows the preview of prompts. Click first to apply the prompt."
)
self.toggle_hover_mode()
return False
Expand Down

0 comments on commit e26d4b7

Please sign in to comment.