X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=clients%2Fgui-shell%2Fdsh.c;h=48d67e91728c42a17f655226b94dc6d86d06769e;hp=e5310cdbed421e9a1f8b124fc6774e4a215ed09d;hb=f782eb973d16b411ff67a743829d16cbd51427b4;hpb=0c095756cfd2f771ecf762ff15220311c0e6fa39 diff --git a/clients/gui-shell/dsh.c b/clients/gui-shell/dsh.c index e5310cd..48d67e9 100644 --- a/clients/gui-shell/dsh.c +++ b/clients/gui-shell/dsh.c @@ -229,7 +229,7 @@ void updatetooltip(void) } buf = NULL; bufsize = bufdata = 0; - bprintf(buf, "Transfers: %i", t); + bprintf(buf, "%s: %i", _("Transfers"), t); if(t > 0) bprintf(buf, " (%i/%i)", i, a); if(bt > 0)