Ver código fonte

* Switch to resource strings

michael 6 anos atrás
pai
commit
64e17d4954
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/rtl/rtlconsts.pas

+ 1 - 1
packages/rtl/rtlconsts.pas

@@ -14,7 +14,7 @@ unit RTLConsts;
 
 interface
 
-const
+Resourcestring
   SArgumentMissing              = 'Missing argument in format "%s"';
   SInvalidFormat                = 'Invalid format specifier : "%s"';
   SInvalidArgIndex              = 'Invalid argument index in format: "%s"';