Skip to content

Commit 3fba24a

Browse files
authored
Explosives - Fix string (#10684)
1 parent 1db76e8 commit 3fba24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/explosives/TimerDialog.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class GVAR(timerUI) {
7777
};
7878
class CancelButton: RscButton {
7979
idc = -1;
80-
text = CSTRING(Cancel);
80+
text = ECSTRING(common,Cancel);
8181
onButtonClick = QUOTE(closeDialog 0);
8282
x = QUOTE(13.5 * GUI_GRID_W + GUI_GRID_CENTER_X);
8383
y = QUOTE(12.7 * GUI_GRID_H + GUI_GRID_CENTER_Y);

0 commit comments

Comments
 (0)