diff options
author | Dan McGee <dan@archlinux.org> | 2014-01-21 15:06:56 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-01-21 15:06:56 +0100 |
commit | faf196aa521e794aed905122600d12f1c9ab1f0e (patch) | |
tree | ec71d1301ef6edca169226304678e6fac8b642f7 | |
parent | fe37b46c50b60a8302e70ccef3ab34306fd8ea39 (diff) | |
download | archweb-faf196aa521e794aed905122600d12f1c9ab1f0e.tar.gz archweb-faf196aa521e794aed905122600d12f1c9ab1f0e.tar.xz |
Flag out-of-date message is no longer optional
Changed way back in commit ef9d1c1e, but I didn't update the actual text
at the same time. FS#38126.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/packages/flag.html | 2 | ||||
-rw-r--r-- | templates/packages/flaghelp.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html index d122629..a83f37f 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -20,7 +20,7 @@ {% endfor %} </ul> - <p>The message box portion of the flag utility is optional, and meant + <p>The message box portion is meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send an email to the <a href="https://mailman.archlinux.org/mailman/listinfo/arch-general" diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index c298b5c..c686026 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -21,7 +21,7 @@ package so they can update it. If the package is unmaintained, the notification will be sent to a developer mailing list.</p> - <p>The message box portion of the flag utility is optional, and meant + <p>The message box portion of the flag utility is meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send an email to the <a target="_blank" href="https://mailman.archlinux.org/mailman/listinfo/arch-general" |