Skip to content

Commit b319884

Browse files
authored
Update buttons.py
1 parent 87feb6d commit b319884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buttons.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
SUB_TEXT = helperfunctions.give_name(SUB)
213213
PRO_TEXT = helperfunctions.give_name(PRO)
214214
T3D_TEXT = helperfunctions.give_name(T3D)
215-
BIN_TEXT = helperfunctions.give_name(BIN)
215+
BIN_TEXT = "JAR"#helperfunctions.give_name(BIN)
216216

217217

218218
START_TEXT = f'**Images** 📷 \n__{IMG_TEXT}__\n\n\
@@ -226,5 +226,5 @@
226226
**Subtitles** 🗯️ \n__{SUB_TEXT}__\n\n\
227227
**Programming Languages** 👨‍💻 \n__{PRO_TEXT}__\n\n\
228228
**3D Files** 💠 \n__{T3D_TEXT}__\n\n\
229-
**Executable** 🎛️ \n__{BIN_TEXT}__'
229+
**Executables** 🎛️ \n__{BIN_TEXT}__'
230230

0 commit comments

Comments
 (0)