Skip to content

Commit de0ee93

Browse files
committed
Picture Frames: Remove "Path" from file labels
As @badukibaduki pointed out in #3420, it's misleading to label the picture selections "Picture 1 Path", "Picture 2 Path", etc. We only allow the user to select existing Project Files, so they can't load an arbitrary file path.
1 parent 904663c commit de0ee93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/blender/picture_frames_4.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
<default>TitleFileName</default>
1212
</param>
1313

14-
<param name="project_files1" type="dropdown" title="Picture 1 Path" description="">
14+
<param name="project_files1" type="dropdown" title="Picture 1" description="">
1515
<values>
1616
<value name="" num=""/>
1717
</values>
1818
<default></default>
1919
</param>
2020

21-
<param name="project_files2" type="dropdown" title="Picture 2 Path" description="">
21+
<param name="project_files2" type="dropdown" title="Picture 2" description="">
2222
<values>
2323
<value name="" num=""/>
2424
</values>
2525
<default></default>
2626
</param>
2727

28-
<param name="project_files3" type="dropdown" title="Picture 3 Path" description="">
28+
<param name="project_files3" type="dropdown" title="Picture 3" description="">
2929
<values>
3030
<value name="" num=""/>
3131
</values>
3232
<default></default>
3333
</param>
3434

35-
<param name="project_files4" type="dropdown" title="Picture 4 Path" description="">
35+
<param name="project_files4" type="dropdown" title="Picture 4" description="">
3636
<values>
3737
<value name="" num=""/>
3838
</values>

0 commit comments

Comments
 (0)