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

Commit

Permalink
replace unneeded trailing space in message
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Jan 13, 2014
1 parent 14cb8d5 commit f2d5e10
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion zanata-war/src/etc/CopyGWTDefaultProperties.groovy
Expand Up @@ -26,4 +26,4 @@ properties.each {
def noLocaleDestFile = new File(baseDir, noLocaleFileName)
log.debug " copy $it.name to: $noLocaleDestFile"
Files.copy(it, noLocaleDestFile)
}
}
Expand Up @@ -465,7 +465,7 @@ String undoUnsuccessful(@PluralCount int unsuccessfulCount,
@DefaultMessage("Text contain in both search term and result")
String tmPlainTextDesc();

@DefaultMessage("New replacement text ")
@DefaultMessage("New replacement text")
String searchReplaceInsertTagDesc();

@DefaultMessage("Old text to be replaced")
Expand Down
Expand Up @@ -286,7 +286,7 @@ searchGlossary=Search glossary

searchReplaceDelTagDesc=Old text to be replaced

searchReplaceInsertTagDesc=New replacement text
searchReplaceInsertTagDesc=New replacement text

searchReplacePlainTextDesc=No changes

Expand Down
Expand Up @@ -277,7 +277,7 @@ searchGlossary=Search glossary

searchReplaceDelTagDesc=Old text to be replaced

searchReplaceInsertTagDesc=New replacement text
searchReplaceInsertTagDesc=New replacement text

searchReplacePlainTextDesc=No changes

Expand Down
Expand Up @@ -280,7 +280,7 @@ searchGlossary=Search glossary

searchReplaceDelTagDesc=Old text to be replaced

searchReplaceInsertTagDesc=New replacement text
searchReplaceInsertTagDesc=New replacement text

searchReplacePlainTextDesc=No changes

Expand Down
Expand Up @@ -292,7 +292,7 @@ searchGlossary=Search glossary

searchReplaceDelTagDesc=Old text to be replaced

searchReplaceInsertTagDesc=New replacement text
searchReplaceInsertTagDesc=New replacement text

searchReplacePlainTextDesc=No changes

Expand Down
Expand Up @@ -286,7 +286,7 @@ searchGlossary=Search glossary

searchReplaceDelTagDesc=Old text to be replaced

searchReplaceInsertTagDesc=New replacement text
searchReplaceInsertTagDesc=New replacement text

searchReplacePlainTextDesc=No changes

Expand Down

0 comments on commit f2d5e10

Please sign in to comment.