summaryrefslogtreecommitdiff
path: root/paint.js
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2014-04-30 12:21:47 +0200
committerJens Mönig <jens@moenig.org>2014-04-30 12:21:47 +0200
commitee2002a0d386bd79463e5fe0d1a9d303410cf56f (patch)
treec36384509596a79647d28cffc4cbc3c764d0aa89 /paint.js
parent51e17d2ce9368c3546b7e27809dfbd187cefb246 (diff)
parentd115aa58d7afca248eac8b44181c6f13c3531747 (diff)
downloadsnap-byow-ee2002a0d386bd79463e5fe0d1a9d303410cf56f.tar.gz
snap-byow-ee2002a0d386bd79463e5fe0d1a9d303410cf56f.zip
Merge pull request #344 from MMSequeira/master
Added a couple of localize() calls and new and improved Portuguese translations.
Diffstat (limited to 'paint.js')
-rw-r--r--paint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/paint.js b/paint.js
index e3a01af..fd53122 100644
--- a/paint.js
+++ b/paint.js
@@ -372,7 +372,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);
};