Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarius Ungureanu <teromario@yahoo.com>2014-09-22 22:16:13 +0400
committerMarius Ungureanu <teromario@yahoo.com>2014-09-22 22:16:13 +0400
commit32318db8cf837f6d2dea99852fe6bd4c0bde24b3 (patch)
tree1fa9fc20ac367421af7cda593d054c8a8357cd29 /tools
parentef94fbfd9c93ea5702e0a855bc01104217c75fa4 (diff)
Fixup to ef94fbfd9c93ea5702e0a855bc01104217c75fa4
Thanks @ezavaleta
Diffstat (limited to 'tools')
-rw-r--r--tools/locale-builder/Driver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/locale-builder/Driver.cs b/tools/locale-builder/Driver.cs
index 6a2505a4c74..f42f5cf90b4 100644
--- a/tools/locale-builder/Driver.cs
+++ b/tools/locale-builder/Driver.cs
@@ -1097,7 +1097,7 @@ namespace Mono.Tools.LocaleBuilder
df.PMDesignator = "PM";
break;
case "en-NZ":
- df.AMDesignator = "p.m.";
+ df.PMDesignator = "p.m.";
break;
default:
if (el != null)