diff options
| author | potatored <34712558+potatored@users.noreply.github.com> | 2017-12-21 14:55:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-21 14:55:52 +0100 |
| commit | addee255ffef15346ee92dfd3cd624ff682b58a9 (patch) | |
| tree | d94d9974d3c30484861ff182c3e8f4ae1e8219b2 | |
| parent | 64ce0e62e230e9abfa7458ab21c5e178b1e14a1b (diff) | |
| download | monzero-gui-addee255ffef15346ee92dfd3cd624ff682b58a9.tar.gz monzero-gui-addee255ffef15346ee92dfd3cd624ff682b58a9.tar.xz monzero-gui-addee255ffef15346ee92dfd3cd624ff682b58a9.zip | |
Typo fixes monero-core_nl.ts
Some typos, has to be 'uw' instead of 'u'. Like 'your' instead of 'you'.
| -rw-r--r-- | translations/monero-core_nl.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/translations/monero-core_nl.ts b/translations/monero-core_nl.ts index fd50a01f..ef2fdac7 100644 --- a/translations/monero-core_nl.ts +++ b/translations/monero-core_nl.ts @@ -1068,7 +1068,7 @@ <message> <location filename="../pages/Sign.qml" line="419"/> <source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Signing address <font size='2'> ( Paste in or select from </font> <a href='#'>Address book</a><font size='2'> )</font></source> - <translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Adres voor ondertekenen <font size='2'> (Vul in of slecteer uit het </font> <a href='#'>Addresboek</a><font size='2'>)</font></translation> + <translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Adres voor ondertekenen <font size='2'> (Vul in of slecteer uit het </font> <a href='#'>Adresboek</a><font size='2'>)</font></translation> </message> <message> <location filename="../pages/Sign.qml" line="172"/> @@ -1311,7 +1311,7 @@ <message> <location filename="../pages/Transfer.qml" line="237"/> <source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Address <font size='2'> ( Paste in or select from </font> <a href='#'>Address book</a><font size='2'> )</font></source> - <translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Adres <font size='2'> (Vul in of selecteer uit het </font> <a href='#'>Addresboek</a><font size='2'>)</font></translation> + <translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Adres <font size='2'> (Vul in of selecteer uit het </font> <a href='#'>Adresboek</a><font size='2'>)</font></translation> </message> <message> <location filename="../pages/Transfer.qml" line="255"/> @@ -1825,7 +1825,7 @@ Ringgrootte: </translation> <message> <location filename="../wizard/WizardMemoTextInput.qml" line="44"/> <source>Enter your 25 word mnemonic seed</source> - <translation>Vul u hersteltekst van 25 woorden in</translation> + <translation>Vul uw hersteltekst van 25 woorden in</translation> </message> <message> <location filename="../wizard/WizardMemoTextInput.qml" line="88"/> @@ -1853,7 +1853,7 @@ Ringgrootte: </translation> <message> <location filename="../wizard/WizardOptions.qml" line="197"/> <source>Restore wallet from keys or mnemonic seed</source> - <translation>Herstel een portemonnee met behulp van u hersteltekst of sleutels</translation> + <translation>Herstel een portemonnee met behulp van uw hersteltekst of sleutels</translation> </message> <message> <location filename="../wizard/WizardOptions.qml" line="241"/> @@ -1877,7 +1877,7 @@ Ringgrootte: </translation> <location filename="../wizard/WizardPassword.qml" line="57"/> <location filename="../wizard/WizardPassword.qml" line="59"/> <source>Give your wallet a password</source> - <translation>Beveilig u portemonnee met een wachtwoord</translation> + <translation>Beveilig uw portemonnee met een wachtwoord</translation> </message> <message> <location filename="../wizard/WizardPassword.qml" line="127"/> |
