mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-19 13:25:36 -04:00
Add spaces around %name in the "create a file" text so that
double-clicking the token only selects that one word, not the word on the line before (which happens on Chrome/Linux)
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
<? else: // can_upgrade ?>
|
||||
<h1> <?= t("Who are you?") ?> </h1>
|
||||
<p>
|
||||
<?= t("You're not logged in as an administrator, so we have to verify you to make sure it's ok for you to do an upgrade. To prove you can run an upgrade, create a file called <b>%name</b> in your <b>%tmp_dir_path</b> directory.",
|
||||
<?= t("You're not logged in as an administrator, so we have to verify you to make sure it's ok for you to do an upgrade. To prove you can run an upgrade, create a file called <b> %name </b> in your <b>%tmp_dir_path</b> directory.",
|
||||
array("name" => "$upgrade_token",
|
||||
"tmp_dir_path" => "gallery3/var/tmp")) ?>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user