diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-10 07:49:35 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-10 07:49:35 +0000 |
| commit | 2322610b62c8593e8ca71a2a8ae7057d4c39b480 (patch) | |
| tree | 4347110057a341b656cd62ea96627be05103b53e | |
| parent | cd67b1f49614c38bf6e530509826a731653ea329 (diff) | |
| parent | caf9e627a72d73112d4f9053e3cdf2380af59f57 (diff) | |
Merge branch 'patch-3' into 'develop'
Fix small mistake in Polish translation
See merge request pleroma/pleroma-fe!790
| -rw-r--r-- | src/i18n/pl.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/pl.json b/src/i18n/pl.json index 715e5d6e..51cadfb6 100644 --- a/src/i18n/pl.json +++ b/src/i18n/pl.json @@ -363,7 +363,7 @@ "error_fetching": "Błąd pobierania", "load_older": "Załaduj starsze statusy", "no_retweet_hint": "Wpis oznaczony jako tylko dla obserwujących lub bezpośredni nie może zostać powtórzony", - "repeated": "powtórzono", + "repeated": "powtórzył(-a)", "show_new": "Pokaż nowe", "up_to_date": "Na bieżąco", "no_more_statuses": "Brak kolejnych statusów", |
