* PR feedback

* Remove period
This commit is contained in:
jyvenugo 2019-10-23 11:07:28 -07:00 коммит произвёл GitHub
Родитель 5c62fc47ea
Коммит eaf3183c87
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@ HRESULT UI::DrawPackageInfo(HWND hWnd, RECT windowRect)
std::wstringstream wstringstream;
wstringstream << L"Failed getting package information with: 0x" << std::hex << m_loadingPackageInfoCode;
auto g_messageText = wstringstream.str();
ChangeText(hWnd, L"Loading Package failed", g_messageText);
ChangeText(hWnd, GetStringResource(IDS_STRING_LOADING_PACKAGE_ERROR), g_messageText);
}
return S_OK;
}

Просмотреть файл

@ -105,6 +105,9 @@ BEGIN
IDS_STRING_HELP_OPTION_UNPACK_VALIDATESIGNATURE "optional parameter that validates a package's signature file before unpacking the package. This will require that the package's certificate is installed on the machine."
IDS_STRING_HELP_OPTION_APPLYACLS "Applies ACLs to a package folder (an unpacked package)"
IDS_STRING_HELP_OPTION_APPLYACLS_PACKAGEPATH "the path to the folder to apply acls to"
IDS_STRING_LOADING_PACKAGE_ERROR "Loading Package Failed"
IDS_STRING_WXS_ERROR_PART1 "Warning - removing this will cause the following app(s) to be unremovable: "
IDS_STRING_WXS_ERROR_PART2 "These app(s) should be removed before proceeding."
END

Просмотреть файл

@ -37,6 +37,9 @@
#define IDS_STRING_HELP_OPTION_UNPACK_VALIDATESIGNATURE 131
#define IDS_STRING_HELP_OPTION_APPLYACLS 132
#define IDS_STRING_HELP_OPTION_APPLYACLS_PACKAGEPATH 133
#define IDS_STRING_LOADING_PACKAGE_ERROR 134
#define IDS_STRING_WXS_ERROR_PART1 135
#define IDS_STRING_WXS_ERROR_PART2 136
// Next default values for new objects
//