diff options
author | Minteck <contact@minteck.org> | 2022-07-19 21:19:59 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-19 21:19:59 +0200 |
commit | 735d518ae6ecc6c8d0ecbbae4aa3c019151178fc (patch) | |
tree | 341ee0e7faa7b6f3367b9a4e129cbd148006158c /_frame/about | |
parent | 3d71c572ec9a0827071be1978731079e8f1e5dbf (diff) | |
download | argon-trunk.tar.gz argon-trunk.tar.bz2 argon-trunk.zip |
Diffstat (limited to '_frame/about')
-rw-r--r-- | _frame/about/index.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/_frame/about/index.php b/_frame/about/index.php index 7bdd290..c566990 100644 --- a/_frame/about/index.php +++ b/_frame/about/index.php @@ -33,9 +33,7 @@ </div> </div> - <?php if (str_contains($_SERVER['HTTP_USER_AGENT'], "+AutomateCloud/") && !$_FAMILINE): ?> - <p>For more details and legal notices, go to the About Argon screen in the app's menus.</p> - <?php endif; ?> + <p><?= l("Powered by the Equestria Lossless Audio Codec", "Propulsé par le codec audio sans perte d'Equestria (ELAC)") ?></p> <div id="frame-about-debug"> <b><?= l("Player Info", "Infos lecteur ") ?>:</b><br> @@ -57,7 +55,7 @@ <span id="frame-about-debug--nextSong"><?= l("<not playing>", "<pas de lecture>") ?></span> <span><?= l("Position", "Position ") ?>:</span> - <span id="frame-about-debug--position"><?= l("<not playing>", "<pas de lecture>") ?></span> + <code id="frame-about-debug--position" style="font-family: monospace;"><?= l("<not playing>", "<pas de lecture>") ?></code> <span><?= l("Playback Quality", "Qualité lecture ") ?>:</span> <span id="frame-about-debug--quality"><?= l("<not playing>", "<pas de lecture>") ?></span> |