From 2c28f28e6bd4792d720e6bbee67d4281c8574dd9 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Sun, 13 Nov 2016 15:23:51 +0100 Subject: [PATCH] Typos. --- pd/nw/locales/en/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pd/nw/locales/en/translation.json b/pd/nw/locales/en/translation.json index 0c85cb488..f9bbf1c32 100644 --- a/pd/nw/locales/en/translation.json +++ b/pd/nw/locales/en/translation.json @@ -121,7 +121,7 @@ "copy": "Copy", "copy_tt": "Copy selected objects to the clipboard", "paste": "Paste", - "paste_tt": "Add any objects to the canvas which wer previously cut or copied", + "paste_tt": "Add any objects to the canvas which were previously cut or copied", "duplicate": "Duplicate", "duplicate_tt": "Paste a copy of the current selection on the canvas (doesn't use clipboard)", "selectall": "Select All", @@ -151,7 +151,7 @@ "autotips": "Autotips", "autotips_tt": "Turn on tooltips in the patch", "editmode": "Editmode", - "autotips_tt": "Toggle Editmode", + "editmode_tt": "Toggle Editmode", "preferences": "Preferences", "preferences_tt": "Open a dialog window to configure the running instance of Pd", @@ -192,7 +192,7 @@ "hradio": "Hradio", "hradio_tt": "Add horizontal group of radio buttons to the canvas for selecting a value", "vu": "VU", - "vu_tt": "Add a Vu Meter to the canvas", + "vu_tt": "Add a VU Meter to the canvas", "cnv": "Canvas Rectangle", "cnv_tt": "Add a boring rectangle to the canvas for displaying a rectangle", -- GitLab