Skip to content
Snippets Groups Projects
Commit bd981a4b authored by callum's avatar callum
Browse files

Fix for DEV-41643 "stray "(none)" in the Media Settings Controls"

removing name attribute stopped "Missing String" message
appearing - don't know why - asking around.
parent 9ca162fb
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
follows="top|left" follows="top|left"
height="15" height="15"
left="10" left="10"
name="media_perms_label_owner"
enabled="false"> enabled="false">
Owner Owner
</text> </text>
...@@ -53,9 +52,8 @@ ...@@ -53,9 +52,8 @@
follows="top|left" follows="top|left"
height="15" height="15"
left="10" left="10"
name="media_perms_label_group"
enabled="false"> enabled="false">
Group Group:
</text> </text>
<name_box <name_box
...@@ -101,7 +99,6 @@ ...@@ -101,7 +99,6 @@
follows="top|left" follows="top|left"
height="15" height="15"
left="10" left="10"
name="media_perms_label_anyone"
enabled="false"> enabled="false">
Anyone Anyone
</text> </text>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment