NG-Studio-Development / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

Oi Safe keypad wrong when using german locale #528

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

If german locale is activ the keypad shows up like this:

   1 2 3
   4 5 6
   7 8 8   <- 8 instead of 9
   * 0 #

This is caused by an error in.

Safe-source-1.3/safe/Safe/res/values-de/strings.xml    line 262

Please change   <string name="nine">8</string>  to 
            <string name="nine">9</string>

Best wisches
Paul

Original issue reported on code.google.com by PaulBaum...@gmail.com on 5 Jun 2012 at 7:45

GoogleCodeExporter commented 8 years ago

Original comment by friedger@gmail.com on 4 Jul 2012 at 8:00