diff options
author | m90 <frederik.ring@gmail.com> | 2014-10-11 17:58:44 +0200 |
---|---|---|
committer | m90 <frederik.ring@gmail.com> | 2014-10-11 17:58:44 +0200 |
commit | bd247d01ded10c5e530aec7057dce2ae3dd939d5 (patch) | |
tree | adbc8c6158063a84ae3885c335dee09d52ad5b1d /de-de/csharp-de.html.markdown | |
parent | d65d82363bea8454e3ae7b014ecc086f46ed4992 (diff) |
fix yet-to-be-translated name
Diffstat (limited to 'de-de/csharp-de.html.markdown')
-rw-r--r-- | de-de/csharp-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/csharp-de.html.markdown b/de-de/csharp-de.html.markdown index 9feb1450..bab3cd71 100644 --- a/de-de/csharp-de.html.markdown +++ b/de-de/csharp-de.html.markdown @@ -458,7 +458,7 @@ zur nächsten Zeile ""Wahnsinn!"", die Massen waren kaum zu halten"; // Generics
var phonebook = new Dictionary<string, string>() {
- {"Sarah", "212 555 5555"} // Fügt einen Eintrag zum Telefonbuch hinzu
+ {"Resi", "212 555 5555"} // Fügt einen Eintrag zum Telefonbuch hinzu
};
// Hier könnte man auch unser generisches SetDefault von
|