Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusan Franklin2009-03-16 20:24:10 +0000
committerSusan Franklin2009-03-16 20:24:10 +0000
commit90346fada60b42ae43d0156033c40260827c8e5a (patch)
tree144b4c09c2e0fc4966aa5c180b17ce19733d21c3
parent62e38521010c845ed254bd60b9eafd6dd86d6a7e (diff)
downloadrt.equinox.p2-90346fada60b42ae43d0156033c40260827c8e5a.tar.gz
rt.equinox.p2-90346fada60b42ae43d0156033c40260827c8e5a.tar.xz
rt.equinox.p2-90346fada60b42ae43d0156033c40260827c8e5a.zip
add strings
-rw-r--r--examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.properties b/examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.properties
index 524943912..cdf457c0e 100644
--- a/examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.properties
+++ b/examples/org.eclipse.equinox.p2.examples.rcp.cloud/plugin.properties
@@ -15,3 +15,5 @@ Update.command=Check for Updates
Update.command.mnemonic=U
Install.command=Install New Software...
Install.command.mnemonic=S
+installedSoftwarePage = Installed Software
+installHistoryPage = Installation History

Back to the top