From 87bf3ed464b01b9c317edb81b8f6339f3482ccc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Wed, 4 Aug 2010 20:05:40 +0200 Subject: [PATCH] mshtml: Fix indentation in resource file. --- dlls/mshtml/En.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/mshtml/En.rc b/dlls/mshtml/En.rc index ba55bf7e62b..15ae91aa2ce 100644 --- a/dlls/mshtml/En.rc +++ b/dlls/mshtml/En.rc @@ -20,8 +20,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT - STRINGTABLE - { +STRINGTABLE +{ IDS_STATUS_DONE "Done" IDS_STATUS_DOWNLOADINGFROM "Downloading from %s..." } -- 2.11.4.GIT