-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Change export to save #7518
Change export to save #7518
Conversation
This is one of the fastest Issue --> PR I have seen! |
Okay I changed it too. |
You probably need to adjust the localization in the l10n properties file https://devdocs.jabref.org/getting-into-the-code/code-howtos#using-localization-correctly |
Only delete the unused part of l10n is enough, am I right? |
Please check your github configuration. The checks all stall and without checks it's way harder for us to test changes made to the codebase! |
Please keep the distinction of "Export" and "Save". Please change to "neutral" wording to enable use of a common FX control: (See also #7517 (comment)) |
@yinpeiqi It would be really nice if you could implement the changes as outlined in the screenshots |
Is this change ok? |
public void changeExportDescriptionToSave() { | ||
exportInOriginalOrder.setText(Localization.lang("Save entries in their original order")); | ||
exportInSpecifiedOrder.setText(Localization.lang("Save entries ordered as specified")); | ||
exportInTableOrder.setText(Localization.lang("Save in current table sort order")); | ||
exportInOriginalOrder.setText(Localization.lang("Keep original order")); | ||
exportInSpecifiedOrder.setText(Localization.lang("Use specified order")); | ||
exportInTableOrder.setText(Localization.lang("Use current table sort order")); | ||
} |
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.
This method and the call to can be removed entirely.
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.
Good catch! Otherwise it's good from my side,tested it locally
Okay, I remove it. |
There is still a unused import, breaking a check style rule. |
Well, this time I remove it. |
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.
Looks good to me! Thanks.
You are welcome. |
Thanks again for your contribution! |
* upstream/main: Main instead of master Custom DOI base address fix (#7569) Change export to save (#7518) Bump unoloader from 7.1.1 to 7.1.2 (#7609) Bump org.beryx.jlink from 2.23.5 to 2.23.6 (#7610) Bump com.adarshr.test-logger from 2.1.1 to 3.0.0 (#7611) Bump libreoffice from 7.1.1 to 7.1.2 (#7612) Squashed 'buildres/csl/csl-styles/' changes from e1acabe..bfa3b6d (#7603) Rename master to main
fix for 7517, change Export to Save
Fixes #7517
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)