<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][5450] trunk/bp-activity/bp-activity-admin.php: Replace &quot;Activities&quot; string with &quot;Activity&quot; in bp-activity-admin.php.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/5450">5450</a></dd>
<dt>Author</dt> <dd>johnjamesjacoby</dd>
<dt>Date</dt> <dd>2011-12-06 04:40:38 +0000 (Tue, 06 Dec 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Replace &quot;Activities&quot; string with &quot;Activity&quot; in bp-activity-admin.php.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpactivitybpactivityadminphp">trunk/bp-activity/bp-activity-admin.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpactivitybpactivityadminphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/bp-activity-admin.php (5449 => 5450)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/bp-activity-admin.php        2011-12-05 20:31:07 UTC (rev 5449)
+++ trunk/bp-activity/bp-activity-admin.php        2011-12-06 04:40:38 UTC (rev 5450)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">                 return;
</span><span class="cx"> 
</span><span class="cx">         // Add our screen
</span><del>-        $hook = add_menu_page( __( 'BuddyPress Activities', 'buddypress' ), __( 'Activities', 'buddypress' ), 'manage_options', 'bp-activity', 'bp_activity_admin' );
</del><ins>+        $hook = add_menu_page( __( 'Activity', 'buddypress' ), __( 'Activity', 'buddypress' ), 'manage_options', 'bp-activity', 'bp_activity_admin' );
</ins><span class="cx"> 
</span><span class="cx">         // Hook into early actions to load custom CSS and our init handler.
</span><span class="cx">         add_action( &quot;admin_print_styles-$hook&quot;, 'bp_core_add_admin_menu_styles' );
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx">                 $bp_activity_list_table = new BP_Activity_List_Table();
</span><span class="cx"> 
</span><span class="cx">                 // per_page screen option
</span><del>-                add_screen_option( 'per_page', array( 'label' =&gt; _x( 'Activities', 'Activity items per page (screen options)', 'buddypress' )) );
</del><ins>+                add_screen_option( 'per_page', array( 'label' =&gt; _x( 'Activity', 'Activity items per page (screen options)', 'buddypress' )) );
</ins><span class="cx"> 
</span><span class="cx">                 // Help panel - overview text
</span><span class="cx">                 get_current_screen()-&gt;add_help_tab( array(
</span><span class="lines">@@ -189,7 +189,7 @@
</span><span class="cx">                 // Help panel - moderation text
</span><span class="cx">                 get_current_screen()-&gt;add_help_tab( array(
</span><span class="cx">                         'id'                =&gt; 'bp-activity-moderating',
</span><del>-                        'title'                =&gt; __( 'Moderating Activities', 'buddypress' ),
</del><ins>+                        'title'                =&gt; __( 'Moderating Activity', 'buddypress' ),
</ins><span class="cx">                         'content'        =&gt;
</span><span class="cx">                                 '&lt;ul&gt;' .
</span><span class="cx">                                         '&lt;li&gt;' . __( 'In the &lt;strong&gt;Activity&lt;/strong&gt; column, above each activity it says &amp;#8220;Submitted on,&amp;#8221; followed by the date and time the activity item was generated on your site. Clicking on the date/time link will take you to that activity on your live site. Hovering over any activity gives you options to reply, edit, spam mark, or delete that activity.', 'buddypress' ) . '&lt;/li&gt;' .
</span><span class="lines">@@ -616,9 +616,9 @@
</span><span class="cx">                 &lt;?php screen_icon( 'buddypress' ); ?&gt;
</span><span class="cx">                 &lt;h2&gt;
</span><span class="cx">                         &lt;?php if ( !empty( $_REQUEST['aid'] ) ) : ?&gt;
</span><del>-                                &lt;?php printf( __( 'Activities related to ID #%s', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?&gt;
</del><ins>+                                &lt;?php printf( __( 'Activity related to ID #%s', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?&gt;
</ins><span class="cx">                         &lt;?php else : ?&gt;
</span><del>-                                &lt;?php _e( 'Activities', 'buddypress' ); ?&gt;
</del><ins>+                                &lt;?php _e( 'Activity', 'buddypress' ); ?&gt;
</ins><span class="cx">                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php if ( !empty( $_REQUEST['s'] ) ) : ?&gt;
</span><span class="lines">@@ -634,7 +634,7 @@
</span><span class="cx">                 &lt;?php $bp_activity_list_table-&gt;views(); ?&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;form id=&quot;bp-activities-form&quot; action=&quot;&quot; method=&quot;get&quot;&gt;
</span><del>-                        &lt;?php $bp_activity_list_table-&gt;search_box( __( 'Search Activities', 'buddypress' ), 'bp-activity' ); ?&gt;
</del><ins>+                        &lt;?php $bp_activity_list_table-&gt;search_box( __( 'Search all Activity', 'buddypress' ), 'bp-activity' ); ?&gt;
</ins><span class="cx">                         &lt;input type=&quot;hidden&quot; name=&quot;page&quot; value=&quot;&lt;?php echo esc_attr( $plugin_page ); ?&gt;&quot; /&gt;
</span><span class="cx">                         &lt;?php $bp_activity_list_table-&gt;display(); ?&gt;
</span><span class="cx">                 &lt;/form&gt;
</span></span></pre>
</div>
</div>

</body>
</html>