From 5d3fc505cc2cae0d9ccc17249064523864ecf2c4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 28 Sep 2008 23:28:44 +0000 Subject: [PATCH] internationalize the submit button for email reset password --- lib/WebGUI/Auth/WebGUI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Auth/WebGUI.pm b/lib/WebGUI/Auth/WebGUI.pm index 26f67472d..528b1f6d0 100644 --- a/lib/WebGUI/Auth/WebGUI.pm +++ b/lib/WebGUI/Auth/WebGUI.pm @@ -1071,7 +1071,7 @@ sub emailResetPassword { ); $f->submit( - value => 'submit', + value => $i18n->get('submit'), uiLevel => 0, );