mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-06 07:28:29 -05:00
In German UI, "Submit" (Abschicken) is almost never used. Instead, people are used to have "Save" (Speichern) as text on their buttons. https://github.com/FreshRSS/FreshRSS/issues/3319
This commit is contained in:
@@ -24,7 +24,7 @@ return array(
|
||||
'remove' => 'Entfernen',
|
||||
'rename' => 'Umbenennen',
|
||||
'see_website' => 'Website ansehen',
|
||||
'submit' => 'Abschicken',
|
||||
'submit' => 'Speichern',
|
||||
'truncate' => 'Alle Artikel löschen',
|
||||
'update' => 'Aktualisieren',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user