diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-12-17 19:55:08 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-12-17 19:55:08 -0500 |
commit | 0e58441c7f581e8a3fc63bc5d0fd58790a0a8e48 (patch) | |
tree | e2cc7c65c97426356577005c18d5ac255885eeae /problems.php | |
parent | 7f1ee2dec261b44f7ef83943b2fc9ab42542e1e1 (diff) | |
download | translate-0e58441c7f581e8a3fc63bc5d0fd58790a0a8e48.tar.gz translate-0e58441c7f581e8a3fc63bc5d0fd58790a0a8e48.zip |
Add a link to edit the entire translation instead of just the problem areas
Diffstat (limited to 'problems.php')
-rw-r--r-- | problems.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/problems.php b/problems.php index 8e23c91..082f631 100644 --- a/problems.php +++ b/problems.php @@ -218,6 +218,9 @@ if (sizeof($strings) > 0) { print(join($strings, '')); } +print "<h2>Other actions</h2>\n"; +print "<p>Normally the translation edit page only allows flagged/problematic entries to be edited. To enable editing the entire translation, follow <a href='edit.php?lang=$lang&all=1'>this link</a></p>\n"; + if (true || $_SERVER['REMOTE_ADDR'] == trim(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/homeip'))) { echo <<<MOO <h2>Check your work in progress</h2> |