Skip to content

Commit

Permalink
Merge e2cd78f into d75e4db
Browse files Browse the repository at this point in the history
  • Loading branch information
roadster31 committed Jan 14, 2016
2 parents d75e4db + e2cd78f commit 1da931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/backOffice/default/translations.html
Expand Up @@ -65,7 +65,7 @@

<select id="item_name" required="required" name="item_name" class="submit-on-change form-control">
<option value="">{intl l='Please select the module to translate'}</option>
{loop type="module" name="translate-module" backend_context=1 order="title"}
{loop type="module" name="translate-module" backend_context=1 order="code"}
<option value="{$ID}" {if $item_name == $ID}selected="selected"{/if}>{$CODE} - {$TITLE}</option>
{/loop}
</select>
Expand Down

0 comments on commit 1da931c

Please sign in to comment.