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
| Log | Files | Refs | README | LICENSE |
commit ce0c7cd7483d28dd4fefbab83681337a2fa667ab parent 925c4989a84cca93f168268a14fbac66863b27f0 Author: Pi Agent <agent@pi.local> Date: Sat, 18 Jul 2026 15:11:20 +0200 review: shorten the Apply series button label to "Apply" Diffstat:
| M | extension/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 series</button>
+ <button id="btn-apply" title="git am the series into the repository">Apply</button>
<button class="menu-toggle" title="Apply options">▾</button>
<div class="menu" hidden>
<button data-mode="modify">Modify and apply</button>