diff --git a/aqt/toolbar.py b/aqt/toolbar.py
index 03e0d2486..231202fed 100644
--- a/aqt/toolbar.py
+++ b/aqt/toolbar.py
@@ -42,8 +42,8 @@ class Toolbar:
buf = ""
for ln, name, title in links:
buf += '''
- %s''' % (
- title, ln, name)
+ %s''' % (
+ name, title, ln, name)
return buf
# Link handling