Skip to content

Commit

Permalink
Update ProgressForm.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveNotSet authored Mar 27, 2024
1 parent 3b7bf1e commit 1ed8f98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public void render() {
GlHelper.drawString(20, 180, progressFormWidth - 40, 30, 18,
monospace ? auxilaryInfo.substring(1) : auxilaryInfo, 0xff222222, monospace, false);

String escBtnHint = ResourcePackUpdater.CONFIG.sourceList.value.size() > 1 ? "Cancel / Use Another Source" : "Cancel";
GlHelper.drawString(20, progressFormHeight - 20, progressFormWidth - 40, 16, 16, escBtnHint + ": Hold ESC", 0xff222222, false, true);
String escBtnHint = ResourcePackUpdater.CONFIG.sourceList.value.size() > 1 ? "取消下载 / 使用另一下载源" : "取消下载";
GlHelper.drawString(20, progressFormHeight - 20, progressFormWidth - 40, 16, 16, escBtnHint + ": 按住 ESC", 0xff222222, false, true);

GlHelper.end();
}
Expand Down

0 comments on commit 1ed8f98

Please sign in to comment.