mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[216252] fixing multiline message to use \n
This commit is contained in:
parent
da1589648a
commit
c5fe7ab9cb
1 changed files with 1 additions and 3 deletions
|
@ -81,9 +81,7 @@ FILEMSG_IMPORT_NONE_SELECTED_DETAILS = Select resources to be imported and try a
|
|||
FILEMSG_IMPORT_FILTERING = Filtering selection...;
|
||||
|
||||
FILEMSG_CREATE_FOLDER_FAILED = Creation of the folder failed
|
||||
FILEMSG_CREATE_FOLDER_FAILED_DETAILS = The folder {0} could not be created because of one of the following reasons:
|
||||
- the user does not have enough authority to create the folder
|
||||
- the folder name is not valid
|
||||
FILEMSG_CREATE_FOLDER_FAILED_DETAILS = The folder {0} could not be created because of one of the following reasons:\n- the user does not have enough authority to create the folder\n- the folder name is not valid
|
||||
|
||||
|
||||
MSG_IMPORT_EXPORT_UNABLE_TO_USE_CONNECTION = Unable to use connection.
|
||||
|
|
Loading…
Add table
Reference in a new issue