From 4e60a152564797764196954e3acfb9a2ff565c9e Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 21 Aug 2012 16:32:09 +0200 Subject: [PATCH] Fixed capitalization in string Change-Id: Idf343979726515b16bc822617ac3a9afae911680 Reviewed-by: Daniel Teske --- src/plugins/qt4projectmanager/wizards/targetsetuppage.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qt4projectmanager/wizards/targetsetuppage.ui b/src/plugins/qt4projectmanager/wizards/targetsetuppage.ui index cf82bb45cc..fa36001aee 100644 --- a/src/plugins/qt4projectmanager/wizards/targetsetuppage.ui +++ b/src/plugins/qt4projectmanager/wizards/targetsetuppage.ui @@ -54,7 +54,7 @@ - <html><head/><body><p><span style=" font-weight:600;">No valid Targets found.</span></p><p>Please add a target in <a href="buildandrun"><span style=" text-decoration: underline; color:#0000ff;">Tools &gt; Options &gt; Build &amp; Run</span></a> (<a href="buildandrun"><span style=" text-decoration: underline; color:#0000ff;">Qt Creator &gt; Preferences &gt; Build &amp; Run</span></a> on Mac OS) or via the maintenance tool of the SDK.</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">No valid targets found.</span></p><p>Please add a target in <a href="buildandrun"><span style=" text-decoration: underline; color:#0000ff;">Tools &gt; Options &gt; Build &amp; Run</span></a> (<a href="buildandrun"><span style=" text-decoration: underline; color:#0000ff;">Qt Creator &gt; Preferences &gt; Build &amp; Run</span></a> on Mac OS) or via the maintenance tool of the SDK.</p></body></html> true -- GitLab