{#if $selectedFiles.size > 1}
- Select a single file to use the routing tool
+ {$_('toolbar.routing.help_multiple_files')}
{:else if $selectedFiles.size == 0}
- Select a file to use the routing tool, or create a new file from the menu
+ {$_('toolbar.routing.help_no_file')}
{:else}
- Click on the map to plot a route
+ {$_('toolbar.routing.help')}
{/if}