Skip to content

Commit

Permalink
l10n: Triple dot to ellipsis
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Aug 20, 2022
1 parent 999e281 commit d80874d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/editorTranslations.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
save: t('viewer', 'Save'),
saveAs: t('viewer', 'Save as'),
back: t('viewer', 'Back'),
loading: t('viewer', 'Loading...'),
loading: t('viewer', 'Loading'),
// resetOperations: 'Reset/delete all operations',
resetOperations: t('viewer', 'Reset'),
changesLoseConfirmation: t('viewer', 'All changes will be lost.'),
Expand Down Expand Up @@ -60,7 +60,7 @@ export default {
saturation: t('viewer', 'Saturation'),
value: t('viewer', 'Value'),
imageTool: t('viewer', 'Image'),
importing: t('viewer', 'Importing...'),
importing: t('viewer', 'Importing'),
addImage: t('viewer', '+ Add image'),
lineTool: t('viewer', 'Line'),
penTool: t('viewer', 'Pen'),
Expand Down

0 comments on commit d80874d

Please sign in to comment.