diff options
author | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-04-13 14:46:09 +0200 |
---|---|---|
committer | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-04-13 14:46:09 +0200 |
commit | 134fe756a1659e352c96d0a6da34dd3c7d23e3a9 (patch) | |
tree | 4a65342df9849f211b8ae53e79c0faf34db639ff | |
parent | 5dfb6381c63b51e41cd8a80b767c8f6154f59b59 (diff) |
Translate <title> to English
-rw-r--r-- | extras/source/misc_config/wizard/web/preview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/source/misc_config/wizard/web/preview.html b/extras/source/misc_config/wizard/web/preview.html index 6bbe75d623ab..5855115e7198 100644 --- a/extras/source/misc_config/wizard/web/preview.html +++ b/extras/source/misc_config/wizard/web/preview.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> - <title>Unbenanntes Dokument</title> + <title>Untitled document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> @@ -34,7 +34,7 @@ <td width="12" class="ccolor"> </td> <td width="12" class="ccolor"> </td> </tr> - + </tbody> </table> </body> |