Committer: gprochaev
LJSUP-8466. Text variable for "Share" is missingU trunk/bin/upgrading/s2layers/sup/layout.s2 U trunk/bin/upgrading/s2layers/voxhtml/layout.s2 U trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
Modified: trunk/bin/upgrading/s2layers/sup/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/sup/layout.s2 2011-04-04 09:36:36 UTC (rev 10343) +++ trunk/bin/upgrading/s2layers/sup/layout.s2 2011-04-05 05:36:13 UTC (rev 10344) @@ -89,7 +89,7 @@ property use text_edit_entry; property use text_edit_tags; property use text_mem_add; - property use text_tell_friend; + property use text_share_this; property use text_flag; property use text_watch_comments; property use text_unwatch_comments; @@ -379,7 +379,8 @@ "edit_entry" => $*text_edit_entry, "edit_tags" => $*text_edit_tags, "mem_add" => $*text_mem_add, - "tell_friend" => $*text_share_this, + "tell_friend" => $*text_tell_friend, + "share" => $*text_share_this, "flag" => $*text_flag, "watch_comments" => $*text_watch_comments, "unwatch_comments" => $*text_unwatch_comments Modified: trunk/bin/upgrading/s2layers/voxhtml/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2011-04-04 09:36:36 UTC (rev 10343) +++ trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2011-04-05 05:36:13 UTC (rev 10344) @@ -550,7 +550,7 @@ property use text_edit_entry; property use text_edit_tags; property use text_mem_add; - property use text_tell_friend; + property use text_share_this; property use text_flag; property use text_watch_comments; property use text_unwatch_comments; @@ -2131,7 +2131,8 @@ "edit_entry" => $*text_edit_entry, "edit_tags" => $*text_edit_tags, "mem_add" => $*text_mem_add, - "tell_friend" => $*text_share_this, + "tell_friend" => $*text_tell_friend, + "share" => $*text_share_this, "flag" => $*text_flag, "watch_comments" => $*text_watch_comments, "unwatch_comments" => $*text_unwatch_comments, Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2011-04-04 09:36:36 UTC (rev 10343) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2011-04-05 05:36:13 UTC (rev 10344) @@ -21,7 +21,7 @@ my $self = shift; my @props = qw( text_meta_location text_meta_mood text_meta_music text_meta_groups text_nosubject text_entry_prev text_entry_next - sticky_subject sticky_post text_edit_entry text_edit_tags text_mem_add text_tell_friend text_flag + sticky_subject sticky_post text_edit_entry text_edit_tags text_mem_add text_tell_friend text_share_this text_flag text_watch_comments text_unwatch_comments ); return $self->_append_props("entry_props", @props);