diff options
| author | 2021-01-02 11:14:51 -0500 | |
|---|---|---|
| committer | 2021-01-02 17:14:51 +0100 | |
| commit | fc641b39edac1b5ff21db8c3b9612a8ed15e82db (patch) | |
| tree | a21d973f25b6f9a7c208aef0a99214f80c6503b9 /app/i18n/he/index.php | |
| parent | 08d76967b0664ee668d9b508993b52c44c3bfa78 (diff) | |
Fix translation inconsistencies (#3316)
Translation inconsistencies mentioned in ticket #1783 have been addressed.
We need to think if we drop one of the strings to avoid translation
duplication.
See #1783
Diffstat (limited to 'app/i18n/he/index.php')
| -rw-r--r-- | app/i18n/he/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/he/index.php b/app/i18n/he/index.php index 1646c5efb..b42a321fe 100644 --- a/app/i18n/he/index.php +++ b/app/i18n/he/index.php @@ -19,8 +19,8 @@ return array( 'add' => 'ניתן להוסיף הזנות חדשות.', 'empty' => 'אין מאמר להצגה.', 'rss_of' => 'הזנת RSS של %s', - 'title' => 'ההזנות שלך', - 'title_fav' => 'המועדפים שלך', + 'title' => 'הזנה ראשית', + 'title_fav' => 'מועדפים', 'title_global' => 'תצוגה גלובלית', ), 'log' => array( |
