[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-14979-g8539600
    Michal Čihař 
    nijel at users.sourceforge.net
       
    Mon Aug 15 09:57:20 CEST 2011
    
    
  
The branch, master has been updated
       via  8539600451db2175257a496f8bc17a3009ccee59 (commit)
      from  e5a15ca51998ab449767537483af11500b7e4d92 (commit)
- Log -----------------------------------------------------------------
commit 8539600451db2175257a496f8bc17a3009ccee59
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Aug 15 09:57:08 2011 +0200
    Use <strong> rather than <b>, remove it from translatable message
-----------------------------------------------------------------------
Summary of changes:
 js/messages.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/messages.php b/js/messages.php
index 923761c..73bcac1 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -275,8 +275,8 @@ $js_messages['strDisplayHelp'] = '<ul><li>'
     . '</li><li>'
     . __('Strings are converted into integer for plotting')
     . '</li></ul>';
-$js_messages['strInputNull'] = __('<b>Select two columns</b>');
-$js_messages['strSameInputs'] = __('<b>Select two different columns</b>');
+$js_messages['strInputNull'] = '<strong>' . __('Select two columns') . '</strong>';
+$js_messages['strSameInputs'] = '<strong>' . __('Select two different columns') . '</strong>';
 
 /* For tbl_change.js */
 $js_messages['strIgnore'] = __('Ignore');
hooks/post-receive
-- 
phpMyAdmin
    
    
More information about the Git
mailing list