We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db76e8 commit 3fba24aCopy full SHA for 3fba24a
addons/explosives/TimerDialog.hpp
@@ -77,7 +77,7 @@ class GVAR(timerUI) {
77
};
78
class CancelButton: RscButton {
79
idc = -1;
80
- text = CSTRING(Cancel);
+ text = ECSTRING(common,Cancel);
81
onButtonClick = QUOTE(closeDialog 0);
82
x = QUOTE(13.5 * GUI_GRID_W + GUI_GRID_CENTER_X);
83
y = QUOTE(12.7 * GUI_GRID_H + GUI_GRID_CENTER_Y);
0 commit comments