Ticket #110: arabic-font-change.patch

File arabic-font-change.patch, 683 bytes (added by Nightgunner5, 22 months ago)

Simple fix

  • gp-templates/translation-row.php

     
    2323                <?php endif; ?> 
    2424         
    2525        </td> 
    26         <td class="translation"> 
     26        <td class="translation"<?php if ( $locale->preferred_sans_serif_font_family ) echo ' style="font-family: \'' . $locale->preferred_sans_serif_font_family . '\', inherit"'; ?>> 
    2727        <?php 
    2828                $edit_text = $can_edit? __('Double-click to add') : sprintf(__('You <a href="%s">have to login</a> to add a translation.'), gp_url_login()); 
    2929                $missing_text = "<span class='missing'>$edit_text</span>";