diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml
index c4468a03c..9e9b266c6 100644
--- a/chrome/content/zotero/bindings/itembox.xml
+++ b/chrome/content/zotero/bindings/itembox.xml
@@ -712,6 +712,7 @@
// Name
var firstlast = document.createElement("hbox");
+ firstlast.setAttribute("context", "creator-transform-menu");
firstlast.className = 'creator-name-box';
firstlast.setAttribute("flex","1");
var tabindex = this._tabIndexMinCreators + (this._creatorCount * 2);
@@ -2214,6 +2215,24 @@
+
+
+
+
+
+
@@ -2481,7 +2500,29 @@
oncommand="document.getBindingParent(this).textTransform(document.popupNode, 'sentence')"/>
-
+
+
diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd
index 6cb15df41..674e8d215 100644
--- a/chrome/locale/en-US/zotero/zotero.dtd
+++ b/chrome/locale/en-US/zotero/zotero.dtd
@@ -121,6 +121,8 @@
+
+