From 3b9c93a8499d86a76c31a829246c7b4d2859384e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 6 Oct 2020 14:37:24 +0200 Subject: [PATCH] fixup! wymeditor: Adds attribution to image dialog --- system/wymeditor/lang/en.js | 2 +- system/wymeditor/lang/nl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/wymeditor/lang/en.js b/system/wymeditor/lang/en.js index a136bd3d..890e136a 100644 --- a/system/wymeditor/lang/en.js +++ b/system/wymeditor/lang/en.js @@ -29,7 +29,7 @@ WYMeditor.STRINGS.en = { Relationship: 'Relationship', Alternative_Text: 'Alternative text', Attribution: 'Attribution', - Attribution_placeholder: 'cc: author (date)', + Attribution_placeholder: 'license: author (date)', Caption: 'Caption', Summary: 'Summary', Number_Of_Rows: 'Number of rows', diff --git a/system/wymeditor/lang/nl.js b/system/wymeditor/lang/nl.js index f9d8c239..c4529de1 100644 --- a/system/wymeditor/lang/nl.js +++ b/system/wymeditor/lang/nl.js @@ -29,7 +29,7 @@ WYMeditor.STRINGS.nl = { Relationship: 'Relatie', Alternative_Text: 'Alternatieve tekst', Attribution: 'Bijdrage', - Attribution_placeholder: 'cc: auteur (datum)', + Attribution_placeholder: 'licentie: auteur (datum)', Caption: 'Bijschrift', Summary: 'Summary', Number_Of_Rows: 'Aantal rijen',