Fixing missing right parenthesis in German translation

This commit is contained in:
Mista-Tea 2015-12-29 08:33:33 -06:00
parent f0c63c042d
commit ea298d239c

View File

@ -341,7 +341,7 @@ localify.Bind( "de", prefix.."label_weight", "Masse: " )
localify.Bind( "de", prefix.."label_decimals", "Dezimalstellen: " )
localify.Bind( "de", prefix.."label_tooltip_scale", "Tooltipskalierung: " )
localify.Bind( "de", prefix.."label_language", "Sprache: " )
localify.Bind( "de", prefix.."label_credits", "Deutsche Übersetzung von Time SchocK (STEAM_0:1:12054113)"
localify.Bind( "de", prefix.."label_credits", "Deutsche Übersetzung von Time SchocK (STEAM_0:1:12054113)" )
-- Checkboxes
localify.Bind( "de", prefix.."checkbox_round", "Gerundete Masse im Tooltip anzeigen" )
localify.Bind( "de", prefix.."checkbox_tooltip_show", "Tooltip immer anzeigen" )