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.
This method and the call to can be removed entirely.
There was a problem hiding this comment.
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. |
|
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.mddescribed in a way that is understandable for the average user (if applicable)