Skip to content

Commit

Permalink
rename supporter to sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
atticus-lv committed Nov 9, 2021
1 parent e0b20db commit 7cfbdb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def draw_url(self, context, layout):
row.operator('wm.url_open', text='Manual').url = 'http://atticus-lv.gitee.io/super_io/#/'

box = layout.box()
box.label(text='Supporter: 只剩一瓶辣椒酱', icon='FUND')
box.label(text='Sponsor: 只剩一瓶辣椒酱', icon='FUND')
row = box.row()
row.operator('wm.url_open', text='斑斓魔法CG官网', icon='URL').url = 'https://www.blendermagic.cn/'
row.row(align=True).operator('wm.url_open', text='辣椒B站频道',
Expand Down
2 changes: 1 addition & 1 deletion translation/zh_CN.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Super Import": "超级导入",
"Config": "配置",
"No file found in clipboard": "剪切板为空!",
"Supporter: 只剩一瓶辣椒酱": "赞助者: 只剩一瓶辣椒酱",
"Sponsor: 只剩一瓶辣椒酱": "赞助者: 只剩一瓶辣椒酱",
"Developer: Atticus": "开发者: Atticus",

"Use N Panel": "使用侧面板",
Expand Down

0 comments on commit 7cfbdb7

Please sign in to comment.