]> source.dussan.org Git - archiva.git/commitdiff
add missing i18n
authorOlivier Lamy <olamy@apache.org>
Thu, 27 Dec 2012 19:14:52 +0000 (19:14 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 27 Dec 2012 19:14:52 +0000 (19:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426296 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html

index 1c2a9e722ee962dba8ac76ba3fc8f360b1fc09fc..f90f02e12941b29be73e451d5bb94039c3834b3a 100644 (file)
@@ -463,6 +463,7 @@ system-status.caches.grid.header.key=Cache
 system-status.caches.flushed=Cache {0} flushed.
 system-status.caches.grid.header.size=Size
 system-status.caches.grid.header.inMemorySize=In Memory size in kb
+system-status.caches.grid.flush.icon.title=Flush Cache
 system-status.caches.flushAll=Flush All Caches
 system-status.caches.all.flushed=All Caches flushed.
 system-status.scanning.grid.header.repository=Repository
index c5556b1b4061b5df3b03f77000b74b6a7eff2706..f37f670f4f7fb8645bec38c1e15040f6e2cf57e9 100644 (file)
         <td>${cacheEntry.cacheHitRate}</td>
         <td>${cacheEntry.inMemorySize}</td>
         <td>
-          <a class="cursor-hand" onclick="flushCache('${cacheEntry.key}')" title="flush cache">
+          <a class="cursor-hand" onclick="flushCache('${cacheEntry.key}')"
+             title="${$.i18n.prop('system-status.caches.grid.flush.icon.title')}">
             {{if  cacheEntry.size > 0 }}
               <img src="images/user-trash-full.png"/>
             {{else}}