Add a missing ".

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19265 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2004-05-07 21:53:51 +00:00
parent c415f0628a
commit 5becb72913
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-05-07 23:48 Alexander Malmberg <alexander@malmberg.org>
* Resources/Languages/Hungarian: Add a missing ".
2004-05-06 David Ayers <d.ayers@inode.at>
* Headers/Additions/GNUstepBase/GSObjCRuntime.h/m:

View file

@ -24,7 +24,7 @@
NSNextDayDesignations = (holnap);
NSNextNextDayDesignations = ("holnaput\u00e1n");
NSPriorDayDesignations = (tegnap);
NSShortDateFormatString = "%Y/%m/%d/; /* 1974/11/25 */
NSShortDateFormatString = "%Y/%m/%d/"; /* 1974/11/25 */
NSShortMonthNameArray = (jan, feb, "m\u00e1rc", "\u00e1pr", "m\u00e1j", "j\u00fan", "j\u00fal", aug, szept, okt, nov, dec);
NSShortTimeDateFormatString = "%Y %b. %d. %H:%M"; /* 1974. nov. 20. 17:33 */
NSShortWeekDayNameArray = (V, H, K, Sze, Cs, P, Szo);