Skip to content

Commit

Permalink
Fix cropSizeLowerThanResizedWarning wording
Browse files Browse the repository at this point in the history
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
2 people authored and nextcloud-command committed Aug 23, 2022
1 parent 38ce856 commit 00091c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/models/editorTranslations.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
nameIsRequired: t('viewer', 'Name is required.'),
quality: t('viewer', 'Quality'),
imageDimensionsHoverTitle: t('viewer', 'Saved image size (width x height)'),
cropSizeLowerThanResizedWarning: t('viewer', 'Note the selected crop area is lower than the applied resize which might cause quality decrease'),
cropSizeLowerThanResizedWarning: t('viewer', 'Note that the selected crop area is lower than the applied resize which might cause quality decrease'),
actualSize: t('viewer', 'Actual size (100%)'),
fitSize: t('viewer', 'Fit size'),
}

0 comments on commit 00091c7

Please sign in to comment.