Changeset 137 for trunk/img_level.php


Ignore:
Timestamp:
Mar 1, 2009, 8:39:42 PM (16 years ago)
Author:
maron
Message:

Oprava generování lvl u textů rozhraní, tlačítko pokračovat i nahoře u exportu, částečné doprogramování překládání textů rozhraní u addonu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/img_level.php

    r131 r137  
    8686                                                }                                                               
    8787                                } else {
    88                                         if (($Line[$TextItem['Column']] == $LineComparison[$TextItem['Column']]) and ($Line['Take'] == $LineComparison['ID']) and ($LineComparison[$TextItem['Column']] <> ''))
     88                                        if (($Line[$TextItem['Column']] == $LineComparison[$TextItem['Column']]) and ($Line['Take'] == $LineComparison['ID']) and ($LineComparison[$TextItem['Column']] <> '') and ($TextItem['Column'] <> 'ShortCut'))
    8989                                                $translated = false;
    9090                                        }
Note: See TracChangeset for help on using the changeset viewer.