From 56de312f86d16d068324259f52d0761eac68830d Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Fri, 26 Feb 2016 16:34:58 -0500 Subject: [PATCH] fix typo --- pd/nw/dialog_canvas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/nw/dialog_canvas.html b/pd/nw/dialog_canvas.html index e5c2a3afb..c5b37552e 100644 --- a/pd/nw/dialog_canvas.html +++ b/pd/nw/dialog_canvas.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <link id="page_style" rel="stylesheet" type="text/css" href="css/default.css"> - <title>Pd Preferences</title> + <title>Canvas Dialog</title> </head> <body> <div class="container noselect"> -- GitLab