Skip to content

Commit

Permalink
Explosives - Fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jan 22, 2025
1 parent 1db76e8 commit 5b1e848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/explosives/TimerDialog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class GVAR(timerUI) {
};
class CancelButton: RscButton {
idc = -1;
text = CSTRING(Cancel);
text = ECSTRING(common,Cancel);
onButtonClick = QUOTE(closeDialog 0);
x = QUOTE(13.5 * GUI_GRID_W + GUI_GRID_CENTER_X);
y = QUOTE(12.7 * GUI_GRID_H + GUI_GRID_CENTER_Y);
Expand Down

0 comments on commit 5b1e848

Please sign in to comment.