Skip to content

Commit

Permalink
Merge pull request #1525 from BlazZupan/score-plots-win-title
Browse files Browse the repository at this point in the history
[FIX] ScatterPlot: Score Plots window title changed to title case
  • Loading branch information
kernc authored Aug 27, 2016
2 parents 8f2fa90 + d2fe3f0 commit a30e0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/visualize/owscatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def font_resize(font, factor, minsize=None, maxsize=None):


class ScatterPlotVizRank(VizRankDialogAttrPair):
captionTitle = "Score plots"
captionTitle = "Score Plots"
K = 10

def check_preconditions(self):
Expand Down

0 comments on commit a30e0c2

Please sign in to comment.