Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Fix typo in menu for copy with formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumanjii committed Feb 12, 2018
1 parent 8cf2094 commit f36fe7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion default/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"menu-cut": "Ausschneiden",
"menu-copy": "Kopieren",
"menu-copy-html": "Kopieren als HTML",
"menu-copy-with-formatting": "Kopieren mit Formatierung",
"menu-copy-with-formatting": "Kopieren mit formatierung",
"menu-paste": "Einfügen",
"menu-selectAll": "Alles auswählen",

Expand Down
2 changes: 1 addition & 1 deletion default/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"menu-cut": "Cortar",
"menu-copy": "Copiar",
"menu-copy-html": "Copiar como HTML",
"menu-copy-with-formatting": "Copiar con Formato",
"menu-copy-with-formatting": "Copiar con formato",
"menu-paste": "Pegar",
"menu-selectAll": "Seleccionar Todo",

Expand Down
2 changes: 1 addition & 1 deletion default/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"menu-cut": "Couper",
"menu-copy": "Copier",
"menu-copy-html": "Copier sous forme HTML",
"menu-copy-with-formatting": "Copier avec Mise en forme",
"menu-copy-with-formatting": "Copier avec la mise en forme",
"menu-paste": "Coller",
"menu-selectAll": "Sélectionner tout",

Expand Down
2 changes: 1 addition & 1 deletion default/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"menu-cut": "Taglia",
"menu-copy": "Copia",
"menu-copy-html": "Copia come HTML",
"menu-copy-with-formatting": "Copia con Formattazione",
"menu-copy-with-formatting": "Copia con formattazione",
"menu-paste": "Incolla",
"menu-selectAll": "Seleziona tutto",

Expand Down
2 changes: 1 addition & 1 deletion default/lang/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"menu-cut": "Cortar",
"menu-copy": "Copiar",
"menu-copy-html": "Copiar como HTML",
"menu-copy-with-formatting": "Copiar com Formatação",
"menu-copy-with-formatting": "Copiar com formatação",
"menu-paste": "Colar",
"menu-selectAll": "Selecionar tudo",

Expand Down

0 comments on commit f36fe7b

Please sign in to comment.