Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 32226bd

Browse files
authored
Update afAppStringConstants.h
Fix typo
1 parent ae1b5d7 commit 32226bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeXL/AMDTApplicationFramework/Include/afAppStringConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
#define AF_STR_newProjectEnterName "Enter Project Name..."
408408
#define AF_STR_newProjectDefaultProjectName "Project%1"
409409
#define AF_STR_newProjectInvalidName L"CodeXL project name cannot be empty. Please enter a valid project name."
410-
#define AF_STR_newProjectProjectNameChanged "The project contain saved data of type: %1.\nChanging the project name will create a new project that will not contain the data stored in this project.\nDo you want to change the project name?"
410+
#define AF_STR_newProjectProjectNameChanged "The project contains saved data of type: %1.\nChanging the project name will create a new project that will not contain the data stored in this project.\nDo you want to change the project name?"
411411
#define AF_STR_newProjectInvalidNameInvalidChars L"The project name contains invalid characters."
412412
#define AF_STR_newProjectExeDoesNotExistOrInvalid L"Executable path does not exist or executable is invalid"
413413
#define AF_STR_newProjectWindowsStoreAppInvalid L"Invalid Windows Store app User Model ID"

0 commit comments

Comments
 (0)