More tooltips

This commit is contained in:
str4d
2017-02-10 16:31:21 +00:00
parent 82095d9786
commit 232d0b5e77
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ public class HomeHelper extends HelperBase {
private String renderConfig(Collection<App> apps) {
StringBuilder buf = new StringBuilder(1024);
buf.append("<table class=\"homelinkedit\"><tr><th>")
buf.append("<table class=\"homelinkedit\"><tr><th title=\"Mark for deletion\">")
.append(_t("Remove"))
.append("</th><th></th><th>")
.append(_t("Name"))

View File

@ -929,7 +929,7 @@ public class SummaryHelper extends HelperBase {
String imgPath = CSSHelper.BASE_THEME_PATH + theme + "/images/";
StringBuilder buf = new StringBuilder(2048);
buf.append("<table id=\"sidebarconf\"><tr><th>")
buf.append("<table id=\"sidebarconf\"><tr><th title=\"Mark section for removal from the sidebar\">")
.append(_t("Remove"))
.append("</th><th>")
.append(_t("Name"))