afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-01 07:39 am

[dw-free] Change 'tell a friend' text string to 'tell someone'

[commit: http://hg.dwscoalition.org/dw-free/rev/d9208acca8a7]

http://bugs.dwscoalition.org/show_bug.cgi?id=1011

Change "tell friend" to "tell someone" in S2 cores

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/core1.s2
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r ecaed4a16f04 -r d9208acca8a7 bin/upgrading/s2layers/core1.s2
--- a/bin/upgrading/s2layers/core1.s2	Fri May 01 05:41:45 2009 +0000
+++ b/bin/upgrading/s2layers/core1.s2	Fri May 01 07:38:38 2009 +0000
@@ -1327,9 +1327,9 @@ set text_edit_tags = "Edit Tags";
 set text_edit_tags = "Edit Tags";
 
 property string text_tell_friend {
-    des = "Text to tell a friend about an entry";
+    des = "Text to tell someone about an entry";
 }
-set text_tell_friend = "Tell a Friend";
+set text_tell_friend = "Tell Someone";
 
 property string text_mem_add {
     des = "Text to add an entry into memories";
diff -r ecaed4a16f04 -r d9208acca8a7 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Fri May 01 05:41:45 2009 +0000
+++ b/bin/upgrading/s2layers/core2.s2	Fri May 01 07:38:38 2009 +0000
@@ -1850,7 +1850,7 @@ property string text_edit_entry { des = 
 
 property string text_edit_tags { des = "Text to edit tags for an entry"; }
 
-property string text_tell_friend { des = "Text to tell a friend about an entry"; }
+property string text_tell_friend { des = "Text to tell someone about an entry"; }
 
 property string text_mem_add { des = "Text to add an entry into memories"; }
 
@@ -1869,7 +1869,7 @@ set text_entry_next = "Next Entry";
 set text_entry_next = "Next Entry";
 set text_edit_entry = "Edit Entry";
 set text_edit_tags = "Edit Tags";
-set text_tell_friend = "Tell a Friend";
+set text_tell_friend = "Tell Someone";
 set text_mem_add = "Add to Memories";
 set text_watch_comments = "Track This";
 set text_unwatch_comments = "Untrack This";
--------------------------------------------------------------------------------