提交 8be36e99 编写于 作者: A Andrew Hall (METAL)

Capitalize first letter of strings

上级 b96a70cb
......@@ -43,14 +43,14 @@ public void OnNamespaceUpdated()
if (isNewNamespace && isValidName)
{
Icon = KnownMonikers.StatusInformation;
Message = ServicesVSResources.a_new_namespace_will_be_created;
Message = ServicesVSResources.A_new_namespace_will_be_created;
ShowMessage = true;
CanSubmit = true;
}
else if (!isValidName)
{
Icon = KnownMonikers.StatusInvalid;
Message = ServicesVSResources.this_is_an_invalid_namespace;
Message = ServicesVSResources.This_is_an_invalid_namespace;
ShowMessage = true;
CanSubmit = false;
}
......
......@@ -128,9 +128,9 @@ internal class ServicesVSResources {
/// <summary>
/// Looks up a localized string similar to A new namespace will be created.
/// </summary>
internal static string a_new_namespace_will_be_created {
internal static string A_new_namespace_will_be_created {
get {
return ResourceManager.GetString("a_new_namespace_will_be_created", resourceCulture);
return ResourceManager.GetString("A_new_namespace_will_be_created", resourceCulture);
}
}
......@@ -2885,9 +2885,9 @@ internal class ServicesVSResources {
/// <summary>
/// Looks up a localized string similar to This is an invalid namespace.
/// </summary>
internal static string this_is_an_invalid_namespace {
internal static string This_is_an_invalid_namespace {
get {
return ResourceManager.GetString("this_is_an_invalid_namespace", resourceCulture);
return ResourceManager.GetString("This_is_an_invalid_namespace", resourceCulture);
}
}
......
......@@ -1210,10 +1210,10 @@ I agree to all of the foregoing:</value>
<data name="Target_Namespace_colon" xml:space="preserve">
<value>Target Namespace:</value>
</data>
<data name="this_is_an_invalid_namespace" xml:space="preserve">
<data name="This_is_an_invalid_namespace" xml:space="preserve">
<value>This is an invalid namespace</value>
</data>
<data name="a_new_namespace_will_be_created" xml:space="preserve">
<data name="A_new_namespace_will_be_created" xml:space="preserve">
<value>A new namespace will be created</value>
</data>
</root>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册