Skip to content

Commit 04d07e9

Browse files
author
Jacob Middag
committed
Add missing translation and correct spelling
1 parent 662fc13 commit 04d07e9

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/class-tiny-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function render_api_key() {
108108
$link = '<a href="https://tinypng.com/developers">' . self::translate_escape('TinyPNG Developer section') . '</a>';
109109
?>
110110
<input type="text" id="<?php echo $field; ?>" name="<?php echo $field; ?>" value="<?php echo htmlspecialchars($value); ?>" size="40"/>
111-
<p><?php printf(self::translate_escape('Visit %s to gain an API key') . '.', $link);?></p><?php
111+
<p><?php printf(self::translate_escape('Visit %s to get an API key') . '.', $link);?></p><?php
112112
}
113113

114114
public function render_sizes() {
51 Bytes
Binary file not shown.

src/languages/tiny-compress-images-nl_NL.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
msgid "PNG and JPEG compression"
22
msgstr "PNG- en JPEG-compressie"
33

4-
msgid "Visit %s to gain an API key"
4+
msgid "Visit %s to get an API key"
55
msgstr "Bezoek de %s om een API-sleutel te krijgen"
66

77
msgid "TinyPNG Developer section"
88
msgstr "TinyPNG Developer pagina"
99

10+
msgid "TinyPNG API key"
11+
msgstr "TinyPNG API-sleutel"
12+
1013
msgid "File compression"
1114
msgstr "Bestandscompressie"
1215

0 commit comments

Comments
 (0)