Scarab commit: svn commit: r11046 - trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm
[email protected] Tue, 15 Nov 2011 11:46:10 -0800 (PST)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2011-11-15 11:46:10-0800
New Revision: 11046
Modified:
trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm
Log:
Fixed l10n issues on IssueEditor
Modified: trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm?view=diff&pathrev=11046&r1=11045&r2=11046
==============================================================================
--- trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm (original)
+++ trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm 2011-11-15 11:46:10-0800
@@ -175,12 +175,10 @@
</select>
</span>
<span>
- <input type="submit" name="eventSubmit_doAddwatchers" title="Hier können Sie andere Mitarbeiter als $watchedRMA.DisplayValue hinzufügen " value="als $watchedRMA.DisplayValue" class="button" />
+ <input type="submit" name="eventSubmit_doAddwatchers" title="$l10n.format("AssignOtherWatcher", $watchedRMA.DisplayValue)" value="$l10n.As $watchedRMA.DisplayValue" class="button" />
</span>
#end
-
-
## TODO: The getCopyToModules() can be expensive (PCN20967). Add APIs
## which perform the "should show" check without retrieving all the
## associated data.
@@ -217,10 +215,10 @@
## #if ($showCopyButton || $showMoveButton)
## <div class="functnbar">
## #if ($showMoveButton)
-## <input type="submit" value="$l10n.MoveIssue" name="eventSubmit_doMove" /> 
+## <input type="submit" title="$l10n.MoveIssueTo" value="$l10n.MoveIssue" name="eventSubmit_doMove" /> 
## #end
## #if ($showCopyButton)
-## <input type="submit" value="$l10n.CopyIssue" name="eventSubmit_doCopy" />
+## <input type="submit" title="$l10n.CopyIssueTo" value="$l10n.CopyIssue" name="eventSubmit_doCopy" />
## #end
## </div>
## #end
@@ -356,17 +354,17 @@
#if ($showCopyButton || $showMoveButton)
#if ($showMoveButton)
<span style="color:white">
- <input style="align:right;" type="submit" value="$l10n.Move" name="eventSubmit_doMove" class="button" />
+ <input style="align:right;" type="submit" title="$l10n.MoveIssueTo" value="$l10n.Move" name="eventSubmit_doMove" class="button" />
</span>
#end
#if ($showCopyButton)
<span style="color:white">
- <input style="align:right;" type="submit" value="$l10n.Copy" name="eventSubmit_doCopy" class="button" />
+ <input style="align:right;" type="submit" title="$l10n.CopyIssueTo" value="$l10n.Copy" name="eventSubmit_doCopy" class="button" />
</span>
#end
#if ($hasDeletePermission)
<span style="color:white">
- <input style="align:right;" type="submit" value="$l10n.Delete" name="eventSubmit_doDeleteissue" class="button" />
+ <input style="align:right;" type="submit" title="$l10n.DeleteIssueFrom" value="$l10n.Delete" name="eventSubmit_doDeleteissue" class="button" />
</span>
#end
#end
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2878353