Ticket #110: arabic-font-change.patch
| File arabic-font-change.patch, 683 bytes (added by Nightgunner5, 22 months ago) |
|---|
-
gp-templates/translation-row.php
23 23 <?php endif; ?> 24 24 25 25 </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"'; ?>> 27 27 <?php 28 28 $edit_text = $can_edit? __('Double-click to add') : sprintf(__('You <a href="%s">have to login</a> to add a translation.'), gp_url_login()); 29 29 $missing_text = "<span class='missing'>$edit_text</span>";
