diff --git a/include/client/register.inc.php b/include/client/register.inc.php
index a08e35fc910061156b7b9e4ee44012cf2133f3c0..4d64e032228498270f4cb33357e7c4a8edac88db 100644
--- a/include/client/register.inc.php
+++ b/include/client/register.inc.php
@@ -92,8 +92,8 @@ $info = Format::htmlchars(($errors && $_POST)?$_POST:$info);
 </table>
 <hr>
 <p style="text-align: center;">
-    <input type="submit" value="Register"/>
-    <input type="button" value="Cancel" onclick="javascript:
+    <input type="submit" value="<?php echo __('Register'); ?>"/>
+    <input type="button" value="<?php echo __('Cancel'); ?>" onclick="javascript:
         window.location.href='index.php';"/>
 </p>
 </form>