From 9a8e6037c355f548b9bae451ffb9050918c9c9da Mon Sep 17 00:00:00 2001 From: pax Date: Thu, 9 Apr 2026 23:37:20 -0500 Subject: [PATCH] settings: update template help text (all tokens work on all sites now) --- booru_viewer/gui/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booru_viewer/gui/settings.py b/booru_viewer/gui/settings.py index 66fa3c8..02c192d 100644 --- a/booru_viewer/gui/settings.py +++ b/booru_viewer/gui/settings.py @@ -444,7 +444,7 @@ class SettingsDialog(QDialog): "%artist% %character% %copyright% %general% %meta% %species%\n" "Applies to every save action: Save to Library, Save As, Batch Download, " "multi-select bulk operations, and bookmark→library copies.\n" - "Note: Gelbooru and Moebooru only support %id% / %md5% / %score% / %rating% / %ext%." + "All tokens work on all sites. Category tokens are fetched on demand." ) tmpl_help.setWordWrap(True) tmpl_help.setStyleSheet("color: palette(mid); font-size: 10pt;")