Skip to content
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

l10n: Fix text string #34134

Merged
merged 1 commit into from
Sep 27, 2022
Merged

l10n: Fix text string #34134

merged 1 commit into from
Sep 27, 2022

Conversation

Valdnet
Copy link
Contributor

@Valdnet Valdnet commented Sep 19, 2022

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
@Valdnet Valdnet requested review from PVince81 and Pytal September 19, 2022 09:40
@Valdnet Valdnet self-assigned this Sep 19, 2022
@Valdnet Valdnet changed the title l10n: Correct text string l10n: Fix text string Sep 19, 2022
@Valdnet Valdnet requested a review from rakekniven September 19, 2022 09:41
@Valdnet
Copy link
Contributor Author

Valdnet commented Sep 20, 2022

@CarlSchwan Please merge 😉.

@Valdnet Valdnet enabled auto-merge September 21, 2022 13:01
@Valdnet Valdnet removed the request for review from PVince81 September 21, 2022 13:02
@Valdnet
Copy link
Contributor Author

Valdnet commented Sep 22, 2022

Please merge.

@Valdnet
Copy link
Contributor Author

Valdnet commented Sep 27, 2022

@nickvergessen Please merge. It would be good if the amendment was also added to the NC 25 version.

@@ -114,13 +114,13 @@
OCA.Files.FileList.MultiSelectMenuActions.ToggleSelectionModeAction,
{
name: 'delete',
displayName: t('files', 'Delete'),
displayName: t('files', 'Delete'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
displayName: t('files', 'Delete'),
displayName: t('files', 'Delete'),

iconClass: 'icon-delete',
order: 99,
},
{
name: 'tags',
displayName: 'Tags',
displayName: t('files', 'Tags'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
displayName: t('files', 'Tags'),
displayName: t('files', 'Tags'),

@nickvergessen nickvergessen added this to the Nextcloud 26 milestone Sep 27, 2022
@nickvergessen nickvergessen merged commit cbef32b into master Sep 27, 2022
@nickvergessen nickvergessen deleted the Valdnet-patch-4 branch September 27, 2022 09:25
@nickvergessen
Copy link
Member

/backport to stable25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants