Skip to content

Commit

Permalink
Code analysis issues spyder-ide#4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Feb 9, 2023
1 parent d62ac9a commit c0e35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/pylint/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def get_focus_widget(self):
def setup(self):
change_history_depth_action = self.create_action(
PylintWidgetActions.ChangeHistory,
text=_("History..."),
text=_("History results"),
tip=_("Set history maximum entries"),
icon=self.create_icon("history"),
triggered=self.change_history_depth,
Expand Down

0 comments on commit c0e35ff

Please sign in to comment.