diff -Naur old/plan/footer.php new/plan/footer.php
--- old/plan/footer.php	2018-08-30 10:04:24.038389000 +0530
+++ new/plan/footer.php	2018-09-11 09:55:54.027166815 +0530
@@ -19,7 +19,7 @@
 		
 		<div class="site-info">
 			<?php do_action( 'twentytwelve_credits' ); ?>
-			<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
+			<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'plan' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'plan' ); ?>"><?php printf( __( 'Proudly powered by %s', 'plan' ), 'WordPress' ); ?></a>
 		</div><!-- .site-info -->
 	</footer><!-- #colophon -->
 </div><!-- #page -->
diff -Naur old/plan/header.php new/plan/header.php
--- old/plan/header.php	2018-08-30 10:04:24.038389000 +0530
+++ new/plan/header.php	2018-09-11 09:56:11.654728678 +0530
@@ -40,8 +40,8 @@
 		</hgroup>
 
 		<nav id="site-navigation" class="main-navigation" role="navigation">
-			<button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button>
-			<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
+			<button class="menu-toggle"><?php _e( 'Menu', 'plan' ); ?></button>
+			<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'plan' ); ?>"><?php _e( 'Skip to content', 'plan' ); ?></a>
 			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
 		</nav><!-- #site-navigation -->
 
diff -Naur old/plan/style.css new/plan/style.css
--- old/plan/style.css	2018-08-30 10:04:24.038389000 +0530
+++ new/plan/style.css	2018-09-11 10:08:09.232187256 +0530
@@ -7,6 +7,7 @@
 License:     GPL v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template:    twentytwelve
+Text Domain: plan
 */
 
 @import url( '../twentytwelve/style.css' );
@@ -19,21 +20,21 @@
 	overflow: auto;
 }
 	
-	#sidebar-after-header aside,
-	#sidebar-footer aside {
-		float: left;
-		margin-right: 2rem;
-	}
+#sidebar-after-header aside,
+#sidebar-footer aside {
+	float: left;
+	margin-right: 2rem;
+}
 
-		#sidebar-after-header aside:last-child,
-		#sidebar-footer aside:last-child {
-			margin-right: 0;
-		}
+#sidebar-after-header aside:last-child,
+#sidebar-footer aside:last-child {
+	margin-right: 0;
+}
 
-		#sidebar-after-header aside {
-			margin-bottom: 0;
-		}
-		
-		#sidebar-footer aside {
-			margin-bottom: 1rem;
-		}
+#sidebar-after-header aside {
+	margin-bottom: 0;
+}
+
+#sidebar-footer aside {
+	margin-bottom: 1rem;
+}
