Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-09-08 12:57:31 +0000
committerMichael Valenta2004-09-08 12:57:31 +0000
commit80dc6cc850a7dbb5136c12b281979f4b3e136d46 (patch)
treed9a0b48aff56fd8704a6e813779fe7da55e7e167
parent46a4b8a4abad29a40fa3c009887ece204efef314 (diff)
downloadeclipse.platform.team-80dc6cc850a7dbb5136c12b281979f4b3e136d46.tar.gz
eclipse.platform.team-80dc6cc850a7dbb5136c12b281979f4b3e136d46.tar.xz
eclipse.platform.team-80dc6cc850a7dbb5136c12b281979f4b3e136d46.zip
Bug 73418 Missing NLS string
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index d9a528253..557337d93 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -96,7 +96,7 @@
<wizard
class="org.eclipse.team.examples.localhistory.LocalHistorySynchronizeWizard"
icon="icons/full/wizards/synced.gif"
- description="ExampleSynchronizeSupport.wizard1"
+ description="Synchronize resources with their previous contents in the local history"
name="Synchronize with Latest From Local History"
id="ExampleSynchronizeSupport.wizard1"/>
</extension>

Back to the top