Skip to content

Commit 9d55895

Browse files
committed
Remove orphaned prof_disable translation key
The profiler enable button no longer swaps its text, so the key lost its last reference.
1 parent 3af936f commit 9d55895

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

je_auto_control/gui/language_wrapper/english.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,6 @@
935935

936936
# Profiler tab
937937
"prof_enable": "Enable profiler",
938-
"prof_disable": "Disable profiler",
939938
"prof_reset": "Reset stats",
940939
"prof_refresh": "Refresh",
941940
"prof_running": "Profiler is recording.",

je_auto_control/gui/language_wrapper/japanese.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@
824824

825825
# Profiler tab
826826
"prof_enable": "プロファイラを有効化",
827-
"prof_disable": "プロファイラを無効化",
828827
"prof_reset": "統計をリセット",
829828
"prof_refresh": "更新",
830829
"prof_running": "プロファイラ計測中。",

je_auto_control/gui/language_wrapper/simplified_chinese.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,6 @@
813813

814814
# Profiler tab
815815
"prof_enable": "启用性能分析",
816-
"prof_disable": "停用性能分析",
817816
"prof_reset": "清除统计",
818817
"prof_refresh": "刷新",
819818
"prof_running": "性能分析中。",

je_auto_control/gui/language_wrapper/traditional_chinese.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,6 @@
814814

815815
# Profiler tab
816816
"prof_enable": "啟用效能分析",
817-
"prof_disable": "停用效能分析",
818817
"prof_reset": "清除統計",
819818
"prof_refresh": "重新整理",
820819
"prof_running": "效能分析中。",

0 commit comments

Comments
 (0)