From cdb85035814d9955a2f821faec5248961b863ead Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 8 Oct 2011 14:46:14 +0200 Subject: Add tooltips to the Activity bar --- module/web/templates/default/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index c7014e6b6..b471f6993 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -273,7 +273,7 @@ function AddBox(){
  • {{_("Download:")}} {% if status.download %}{{_("on")}}{% else %}{{_("off")}}{% endif %}
  • {{_("Reconnect:")}} {% if status.reconnect %}{{_("on")}}{% else %}{{_("off")}}{% endif %}
  • {{_("Speed:")}} {{ status.speed }}
  • -
  • {{_("Active:")}} {{ status.active }} / {{ status.queue }} / {{ status.total }}
  • +
  • {{_("Active:")}} {{ status.active }} / {{ status.queue }} / {{ status.total }}
  • {{_("Reload page")}}
  • {% endif %} -- cgit v1.2.3