summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/paint.js b/paint.js
index 1929f95..7f1504d 100644
--- a/paint.js
+++ b/paint.js
@@ -371,7 +371,7 @@ PaintEditorMorph.prototype.populatePropertiesMenu = function () {
c.add(pc.colorpicker);
//c.add(pc.primaryColorButton);
c.add(pc.primaryColorViewer);
- c.add(new TextMorph("Brush size"));
+ c.add(new TextMorph(localize("Brush size")));
c.add(alpen);
c.add(pc.constrain);
};