소스 검색

Merged revisions 1681 via svnmerge from
http://[email protected]/svn/fpc/trunk

........
r1681 | hajny | 2005-11-06 19:00:30 +0000 (Sun, 06 Nov 2005) | 1 line

* Alle -> all
........

git-svn-id: branches/fixes_2_0@1683 -

Tomas Hajny 20 년 전
부모
커밋
f1cdcce5a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/rtlconst.inc

+ 1 - 1
rtl/objpas/rtlconst.inc

@@ -518,7 +518,7 @@ ResourceString
   SMsgDlgRetry = '&Retry';
   SMsgDlgWarning = 'Warning';
   SMsgDlgYes = '&Yes';
-  SMsgDlgYesToAll = 'Yes to A&lle';
+  SMsgDlgYesToAll = 'Yes to a&ll';
 
 
 implementation