"Clear Selection" is unlocalzed

Fix translated text area.
The text includs "Clear Selection" as well as "span" html tag.
However, the tag is not correctly converted into pot file
and not necessary to be translated in practice.

Change-Id: Ic89525e274f2b5a20ba366b9c662e2142176152a
Closes-Bug: #1561763
This commit is contained in:
Tomonobu Niwa 2016-03-28 20:51:55 +09:00
parent 09148f68d6
commit 0a6d9d5392
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
Select All
</a>
<a href="" ng-click="oc.clearSelected()" class="btn btn-default"
ng-disabled="oc.numSelected == 0" translate>
Clear Selection
ng-disabled="oc.numSelected == 0">
<translate>Clear Selection</translate>
<span ng-if="oc.numSelected > 0" class="badge">{$ oc.numSelected $}</span>
</a>
<a href="" ng-click="oc.createFolder()" class="btn btn-default">