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

@@ -107,9 +107,11 @@ QueryServiceFileWrapperReadOnly = This FileStreamWrapper cannot be used for writ
### Query Request
QueryServiceAffectedRows(long rows) = ({0} row(s) affected)
QueryServiceAffectedOneRow = (1 row affected)
QueryServiceCompletedSuccessfully = Command(s) copleted successfully.
QueryServiceAffectedRows(long rows) = ({0} rows affected)
QueryServiceCompletedSuccessfully = Commands completed successfully.
QueryServiceErrorFormat(int msg, int lvl, int state, int line, string newLine, string message) = Msg {0}, Level {1}, State {2}, Line {3}{4}{5}