Index: trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php
===================================================================
--- trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php	(revision 12586)
+++ trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php	(working copy)
@@ -123,11 +123,10 @@
 
 		if ( empty( $readme->stable_tag ) ) {
 			$warnings[] = sprintf(
-				/* translators: 1: 'Stable tag', 2: /trunk/ SVN directory, 3: 'Stable tag: trunk' */
-				__( 'The %1$s field is missing.  Hint: If you treat %2$s as stable, put %3$s.', 'wporg-plugins' ),
+				/* translators: 1: 'Stable tag', 2: /trunk/ SVN directory*/
+				__( 'The %1$s field is missing.  Note: We ask that you no longer attempt to use %2$s as stable, so that all plugins can be rolled back.', 'wporg-plugins' ),
 				'<code>Stable tag</code>',
-				'<code>/trunk/</code>',
-				'<code>Stable tag: trunk</code>'
+				'<code>/trunk/</code>'
 			);
 		}
 
