Prepare for gettext

This commit is contained in:
Vojtěch Sajdl
2017-12-31 00:41:58 +01:00
parent 83e72e2f4c
commit bef338fd99
14 changed files with 149 additions and 149 deletions
+2 -2
View File
@@ -32,11 +32,11 @@ if ($_GET['what']=='toggle')
$displayed_user->toggle();
}
render_header("User", true);
render_header(_("User"), true);
?>
<div class="text-center">
<h1>User settings</h1>
<h1><?php echo _("User settings");?></h1>
</div>
<?php if (isset($message)){?>
<p class="alert alert-danger"><?php echo $message?></p>