Stephen Ficklin 8 lat temu
rodzic
commit
a5ca25cd66
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tripal_core/tripal_core.module

+ 1 - 1
tripal_core/tripal_core.module

@@ -873,7 +873,7 @@ function tripal_core_block_configure ($delta = '') {
         '#title' => t('Logo Type'),
         '#default_value' => variable_get('powered_by_tripal_type', 'bw'),
         '#options' => array(
-          'bw' => t('Blank and White'),
+          'bw' => t('Gray scale'),
           'col' => t('Colored')
         ),
         '#description' => t('Select if you would like a black and white or colored "Powered by Tripal" logo.'),