diff options
| author | Pavol Babincak <scroolik@gmail.com> | 2011-10-06 16:53:29 +0200 |
|---|---|---|
| committer | Pavol Babincak <scroolik@gmail.com> | 2011-10-06 16:53:47 +0200 |
| commit | 21d196db44c42dca9f19f07961dc1a0095ccf9d2 (patch) | |
| tree | 7bfa83ee7dd5c948f9ef1e07ee4f813d77e0b6c5 | |
| parent | 98acbd7e19851355708425b428b4c95d498afd4d (diff) | |
| download | cgeo-21d196db44c42dca9f19f07961dc1a0095ccf9d2.zip cgeo-21d196db44c42dca9f19f07961dc1a0095ccf9d2.tar.gz cgeo-21d196db44c42dca9f19f07961dc1a0095ccf9d2.tar.bz2 | |
Revert "Typografically correct characters Second and Minute"
This reverts commit cb06be8242a4121e6d6bde7ca1492db373924a9d.
Because of SammysHP: We're using the "normal" " and ' everywhere and I
think that almost all users use it, too.
Conflicts:
main/res/values-sk/strings.xml
| -rw-r--r-- | main/res/values-sk/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/values-sk/strings.xml b/main/res/values-sk/strings.xml index 5c4b3c2..00d777b 100644 --- a/main/res/values-sk/strings.xml +++ b/main/res/values-sk/strings.xml @@ -663,8 +663,8 @@ <string-array name="waypoint_coordinate_formats"> <item>Čistý</item> <item>DDD.DDDDD°</item> - <item>DDD°MM.MMM′</item> - <item>DDD°MM′SS.SSS″</item> + <item>DDD°MM.MMM’</item> + <item>DDD°MM’SS.SSS\"</item> </string-array> <!-- visit --> |
