Skip to content

Commit 43dbf66

Browse files
authored
Merge pull request #108 from Carifio24/scatter-3d-warning-title
Title-case 3D scatter warning dialog title
2 parents 8960dda + 7dc785f commit 43dbf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glue_plotly/html_exporters/qt/scatter3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def activate(self):
6161
checked_dictionary[layer_state.layer.label] = {component.label: False
6262
for component in layer_state.layer.components}
6363

64-
proceed = warn('Scatter 3d plotly may look different',
64+
proceed = warn('3D Scatter Plots May Look Different',
6565
'Plotly and Matlotlib graphics differ and your graph may look different when exported. Do you '
6666
'want to proceed?',
6767
default='Cancel', setting='SHOW_WARN_PLOTLY_3D_GRAPHICS_DIFFERENT')

0 commit comments

Comments
 (0)