Sgreen/update messages (#97)

Update messages to fix typo and remove (s).
This commit is contained in:
sgreenmsft
2016-10-19 14:55:09 -07:00
committed by GitHub
parent 2721de1de7
commit aa5432d0be
5 changed files with 32 additions and 473 deletions

View File

@@ -245,6 +245,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string QueryServiceAffectedOneRow
{
get
{
return Keys.GetString(Keys.QueryServiceAffectedOneRow);
}
}
public static string QueryServiceCompletedSuccessfully
{
get
@@ -487,6 +495,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string QueryServiceFileWrapperReadOnly = "QueryServiceFileWrapperReadOnly";
public const string QueryServiceAffectedOneRow = "QueryServiceAffectedOneRow";
public const string QueryServiceAffectedRows = "QueryServiceAffectedRows";