Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Replace single quotes (swallowed by MessageFormat) with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 8, 2015
1 parent 80d4059 commit d96793c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zanata-war/src/main/resources/messages.properties
Expand Up @@ -595,7 +595,7 @@ jsf.iteration.files.ConfirmDocDeletion=Are you sure you want to remove this sour
jsf.iteration.files.DocumentDeleted=Document successfully deleted.

jsf.iteration.files.UpdateTranslationDocument.header=Update translations
jsf.iteration.files.UpdateTranslationDocument=Update <span class='txt--important'>{0}</span> in <span class='txt--important'>{1}<span>
jsf.iteration.files.UpdateTranslationDocument=Update <span class="txt--important">{0}</span> in <span class="txt--important">{1}<span>
jsf.iteration.files.UpdateDocument=Update this document
jsf.iteration.files.DeleteDocument=Delete this document
jsf.iteration.files.DownloadDocument=Download this document [{0}]
Expand All @@ -619,7 +619,7 @@ jsf.iteration.files.DownloadAll=Download All (zip)
jsf.iteration.files.DownloadAllOfflinePo=Download All for Offline Translation
jsf.iteration.files.DownloadAllFiles.ProjectTypeNotAllowed=The project type must be set to "Gettext" or "Podir". Contact the project maintainer.
jsf.iteration.files.DownloadAllFiles.ProjectTypeNotSet=The project type for this iteration has not been set. Contact the project maintainer.
jsf.iteration.files.DownloadAllMsg=Download <span class='txt--important'>{0}</span> translation files. This may take a few minutes to complete.
jsf.iteration.files.DownloadAllMsg=Download <span class="txt--important">{0}</span> translation files. This may take a few minutes to complete.
! {0} represents the number of documents that have been processed, {1} represents the total number of documents
jsf.generatezip.ProgressLabel=Processing {0} of {1}

Expand Down

0 comments on commit d96793c

Please sign in to comment.