diff options
author | Go MAEDA <maeda@farend.jp> | 2018-02-11 04:50:45 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-02-11 04:50:45 +0000 |
commit | 39432e9823cda7daeeb8a3c1f0968a52472b244c (patch) | |
tree | 3ad3b8099b4891515d7d8c4fd86eaaf62c010d3b /config | |
parent | c3ab5a498f4f06f9dd62e9d261abcb407b514320 (diff) | |
download | redmine-39432e9823cda7daeeb8a3c1f0968a52472b244c.tar.gz redmine-39432e9823cda7daeeb8a3c1f0968a52472b244c.zip |
Fix typo in German label_font_default (#28113).
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@17195 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 345b30072..8eebd8180 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1211,7 +1211,7 @@ de: label_table_of_contents: Inhaltsverzeichnis error_no_projects_with_tracker_allowed_for_new_issue: Es gibt keine Projekte mit Trackern, für welche sie Tickets erzeugen können field_textarea_font: Schriftart für Textbereiche - label_font_default: Strandardschrift + label_font_default: Standardschrift label_font_monospace: Nichtproporzionale Schrift label_font_proportional: Proportionale Schrift setting_commit_logs_formatting: Textformatierung für Commit Nachrichten |