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-04-05 03:54 am

[dw-free] Negatives defined text for properties should be removed, to fall back to core

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

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

Don't override text core properties in negatives.

Patch by [personal profile] av8rmike.

Files modified:
  • bin/upgrading/s2layers/negatives/layout.s2
--------------------------------------------------------------------------------
diff -r 99061441ecfa -r 317e748df4b3 bin/upgrading/s2layers/negatives/layout.s2
--- a/bin/upgrading/s2layers/negatives/layout.s2	Sun Apr 05 03:42:14 2009 +0000
+++ b/bin/upgrading/s2layers/negatives/layout.s2	Sun Apr 05 03:53:44 2009 +0000
@@ -66,11 +66,7 @@ propgroup text {
 propgroup text {
     property string text_comments_heading   { noui=1; des ="Text for comment section heading"; }
 }
-set text_skiplinks_forward = "Next #";
-set text_skiplinks_back = "Previous #";
 set text_comments_heading = "«Comments»";
-set text_view_recent = "Journal";
-set text_view_archive = "Calendar";
 
 propgroup presentation {
     property bool display_ljtag       { noui=1; des="Display lj-user tags instead of displayed name/user name links on entries"; }
@@ -86,8 +82,6 @@ set comment_management_links = "text";
 set comment_management_links = "text";
 
 set text_interaction_links_sep = " ";
-set text_entry_prev = "«";
-set text_entry_next = "»";
  
 #######################
 #Functions
--------------------------------------------------------------------------------