Qbs: write Qbs with an initial capital letter

In the UI and docs.

Change-Id: I193b4599d0c915b2829b12c212718c91cb7f0793
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
This commit is contained in:
Leena Miettinen
2015-03-17 15:45:48 +01:00
committed by Leena Miettinen
parent 9851484b31
commit 9975fe431a
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
<wizard version="1" kind="project" firstpage="10" id="S.Plain C (Qbs)" category="I.Projects"
platformIndependent="true" featuresRequired="Plugin.QbsProjectManager">
<icon>../common/console.png</icon>
<description>Creates a plain C project using qbs.</description>
<description>Creates a plain C project using Qbs.</description>
<displayname>Plain C Project (Qbs Build)</displayname>;
<displaycategory>Non-Qt Project</displaycategory>
<files>

View File

@@ -33,7 +33,7 @@
<wizard version="1" kind="project" firstpage="10" id="S.Plain C++ (Qbs)" category="I.Projects"
platformIndependent="true" featuresRequired="Plugin.QbsProjectManager">
<icon>../common/console.png</icon>
<description>Creates a plain (non-Qt) C++ project using qbs.</description>
<description>Creates a plain (non-Qt) C++ project using Qbs.</description>
<displayname>Plain C++ Project (Qbs Build)</displayname>;
<displaycategory>Non-Qt Project</displaycategory>
<files>

View File

@@ -53,7 +53,7 @@ const char CPP_XCODESDKVERSION[] = "cpp.xcodeSdkVersion";
// Settings page
const char QBS_SETTINGS_CATEGORY[] = "YM.qbs";
const char QBS_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("QbsProjectManager", "qbs");
const char QBS_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("QbsProjectManager", "Qbs");
const char QBS_SETTINGS_CATEGORY_ICON[] = ":/projectexplorer/images/build.png";
const char QBS_PROPERTIES_KEY_FOR_KITS[] = "QbsProjectManager.qbs-properties";