[commit][3646] Unswap the Squeak and Newspeak localized strings

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit][3646] Unswap the Squeak and Newspeak localized strings

commits-3
 
Revision: 3646
Author:   eliot
Date:     2016-03-15 17:47:50 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
Unswap the Squeak and Newspeak localized strings

Modified Paths:
--------------
    branches/Cog/platforms/iOS/vm/Common/English.lproj/Newspeak-Localizable.strings
    branches/Cog/platforms/iOS/vm/Common/English.lproj/Squeak-Localizable.strings

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Mon Mar 14 13:04:08 PDT 2016
   + Tue Mar 15 17:47:04 PDT 2016

Modified: branches/Cog/platforms/iOS/vm/Common/English.lproj/Newspeak-Localizable.strings
===================================================================
--- branches/Cog/platforms/iOS/vm/Common/English.lproj/Newspeak-Localizable.strings 2016-03-14 20:06:29 UTC (rev 3645)
+++ branches/Cog/platforms/iOS/vm/Common/English.lproj/Newspeak-Localizable.strings 2016-03-16 00:47:50 UTC (rev 3646)
@@ -1,9 +1,3 @@
-/* Localized versions of Info.plist keys
-   Localizable.strings
-   SqueakPureObjc
+/* Localized versions of Info.plist keys */
 
-   Created by John M McIntosh on 09-11-24.
-   Copyright 2009 Corporate Smalltalk Consulting Ltd. All rights reserved.
- */
-
-"SelectImagePanePrompt" = "Select a Squeak image file to open";
+"SelectImagePanePrompt" = "Select a Newspeak image file to open";

Modified: branches/Cog/platforms/iOS/vm/Common/English.lproj/Squeak-Localizable.strings
===================================================================
--- branches/Cog/platforms/iOS/vm/Common/English.lproj/Squeak-Localizable.strings 2016-03-14 20:06:29 UTC (rev 3645)
+++ branches/Cog/platforms/iOS/vm/Common/English.lproj/Squeak-Localizable.strings 2016-03-16 00:47:50 UTC (rev 3646)
@@ -1,3 +1,9 @@
-/* Localized versions of Info.plist keys */
+/* Localized versions of Info.plist keys
+   Localizable.strings
+   SqueakPureObjc
 
-"SelectImagePanePrompt" = "Select a Newspeak image file to open";
+   Created by John M McIntosh on 09-11-24.
+   Copyright 2009 Corporate Smalltalk Consulting Ltd. All rights reserved.
+ */
+
+"SelectImagePanePrompt" = "Select a Squeak image file to open";