Skip to content

Commit

Permalink
fix(ZNTA-2132): Incorrect tooltip for export project tmx
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen-redhat committed Jul 26, 2017
1 parent 77051cc commit 23e294d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/zanata-war/src/main/resources/messages.properties
Expand Up @@ -376,6 +376,7 @@ jsf.NoPeople=No people are assigned to this project
jsf.project.RoleRestrictions=Role Restrictions
jsf.project.ProjectRestrictedToFollowingRoles=This project has restricted access for the following User roles:
jsf.ExportTMXProject=Export project to TMX
jsf.iteration.ExportTMXProjectInfo=Export all translations in this project to TMX
jsf.ConfirmExportTMXProject=Are you sure you want to export this project to TMX?
jsf.project.SourceCode=Source Code
jsf.project.HomePage=Home Page
Expand Down
2 changes: 1 addition & 1 deletion server/zanata-war/src/main/webapp/project/project.xhtml
Expand Up @@ -257,7 +257,7 @@
role="content" aria-labelledby="dropdownContent">
<li>
<a href="#" id="exportTMXProjectLink" class="i__item--right"
title="#{msgs['jsf.transmemory.Delete.Title']}"
title="#{msgs['jsf.iteration.ExportTMXProjectInfo']}"
data-toggle="modal" data-target="#exportTMXModal">
#{msgs['jsf.ExportTMXProject']}<i
class="i i--export i__item__icon"></i>
Expand Down

0 comments on commit 23e294d

Please sign in to comment.