forked from I2P_Developers/i2p.i2p
More tooltips
This commit is contained in:
@ -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"))
|
||||
|
@ -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"))
|
||||
|
Reference in New Issue
Block a user