Skip to content

Commit

Permalink
chore(theme_model): reename Selection to Selected
Browse files Browse the repository at this point in the history
fixes #191
  • Loading branch information
actionless committed Jan 17, 2019
1 parent 26f6fb3 commit d2d4f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oomox_gui/theme_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ def merge_theme_model_with_base(whole_theme_model, base_theme_model, plugin_mode
{
'key': 'SEL_BG',
'type': 'color',
'display_name': _('Selection Color')
'display_name': _('Selected Backround')
},
{
'key': 'SEL_FG',
'type': 'color',
'display_name': _('Selection Text'),
'display_name': _('Selected Text'),
},
{
'key': 'ACCENT_BG',
Expand Down

0 comments on commit d2d4f16

Please sign in to comment.