Skip to content

Commit

Permalink
Update plugin name to Terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed May 6, 2017
1 parent b22aefe commit 739af7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_terminal/terminalplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def update_font(self):
# ------ SpyderPluginWidget API ------------------------------
def get_plugin_title(self):
"""Return widget title."""
title = _('System Terminal')
title = _('Terminal')
return title

def get_plugin_icon(self):
Expand Down

0 comments on commit 739af7a

Please sign in to comment.