thunderbird-patch-review

Easy-to-use patch review interface for Thunderbird

Contribute: ~marcc/thunderbird-review-plugin@lists.sr.ht

git clone git://mccd.space/thunderbird-patch-review

commit 1df01a0be4b4c9db7731b7190b57bd22d197ad57
parent e8bb1e18ae937df4e758b752066586b4d464c38f
Author: Pi Agent <agent@pi.local>
Date:   Sat, 18 Jul 2026 17:19:28 +0200

review: reword the Apply button tooltip

Diffstat:
Mextension/review/review.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extension/review/review.html b/extension/review/review.html
@@ -13,7 +13,7 @@
         <input id="repo-path" type="text" placeholder="repository path" spellcheck="false">
         <button id="btn-browse" title="Choose the repository directory">Browse…</button>
         <div class="split" id="apply-split">
-          <button id="btn-apply" title="git am the series into the repository">Apply</button>
+          <button id="btn-apply" title="Apply the patches to the repository (git am)">Apply</button>
           <button class="menu-toggle" title="Apply options">▾</button>
           <div class="menu" hidden>
             <button data-mode="modify">Modify and apply</button>