-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MsgString Improvements #95
Draft
llchrisll
wants to merge
5
commits into
master
Choose a base branch
from
msgstring_massupdate
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
36e2d5d
This branch focuses on improvements on msgstringtable and any related…
llchrisll aaa8043
Quick fix of missing "
llchrisll 7024adf
Changed validate name in RODEX to Check Name
llchrisll 752910b
Applied suggestions by Haydrich
llchrisll 1171b4f
Updates strings based on comments
llchrisll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2976,8 +2976,8 @@ MSI_SUCCESS,"Success" | |
MSI_RESET,"Return" | ||
MSI_MANUFACTURED_MARRIAGERING_ITEM,"With Mr/Miss" | ||
MSI_CHANGE_HOMUN_NAME,"The Homunculus's name will be changed to^0000ff^0000ff %s^000000^000000, Are you sure?" | ||
MSI_BLOCK_CALL_PERMIT,"Call function is ON" | ||
MSI_BLOCK_CALL_REJECT,"Call function is OFF" | ||
MSI_BLOCK_CALL_PERMIT,"You can be \"Called\" with various skills (Emergency Call,...). (/call)" | ||
MSI_BLOCK_CALL_REJECT,"You cannot be \"Called\" with various skills (Emergency Call,...). (/call)" | ||
MSI_BLOCK_CALL_NOTIFY,"Display Call messages" | ||
MSI_RESULT_FAIL_ASSISTANT,"This character is currently opening a shop and can't be deleted" | ||
MSI_USESKILL_FAIL_EXIST_STORE_ASSISTANT,"The same vend shop NPC has been set up" | ||
|
@@ -3543,7 +3543,7 @@ MSI_ITEMSTORE_NOW_LOADING,"NOW LOADING..." | |
MSI_RODEX_BUTTON_DELETE,"Delete" | ||
MSI_RODEX_BUTTON_ANSWER,"Reply" | ||
MSI_RODEX_BUTTON_SEND,"Send" | ||
MSI_RODEX_BUTTON_CONFIRM_ID,"Validate name" | ||
MSI_RODEX_BUTTON_CONFIRM_ID,"Check Name" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd go with a simple, "Verify" or just keep it "Validate" since the error messages will tell you what's wrong anyways. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah would also work |
||
MSI_RODEX_TAB_ADMIN,"Notice" | ||
MSI_RODEX_TAB_DEFAULT,"General" | ||
MSI_RODEX_TAB_RETURN,"Return" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I'd go with "Player recalling skills is disabled/enabled" same for the bottom related call messages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it’s fine this way, as it’s only affecting the player not the skills in general.