]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WebUI: Update donation string as a test to Transifex feed
authorProfYaffle <ian@sproink.co.uk>
Fri, 1 Dec 2023 10:55:08 +0000 (10:55 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 6 Dec 2023 21:57:31 +0000 (22:57 +0100)
src/webui/extjs.c

index be0a0fa4d6c3e3d786dfc466778d0229d9b0f2e6..a125b5687ba3e4a2b050f63fd9e76e4eeaf13ab5 100644 (file)
@@ -227,7 +227,7 @@ FamFamFam</a>, "\
 <a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3Z87UEHP3WZK2'><img src='https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif' alt='' /></a>\n\
 </center>\n",
    tvh_gettext_lang(lang, N_("If you'd like to support the project, please consider a donation.")),
-   tvh_gettext_lang(lang, N_("All proceeds are used to support server infrastructure and buy test equipment.")));
+   tvh_gettext_lang(lang, N_("All proceeds are used to support server infrastructure and hosting, and to buy test equipment.")));
 
   http_output_html(hc);
   return 0;