diff options
author | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2013-02-27 14:50:12 -0500 |
---|---|---|
committer | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2013-02-27 14:50:12 -0500 |
commit | 93a6e03e9ee1e576228a1543e1550206304ceb84 (patch) | |
tree | b76fd995e1cc01c3011f0f9f6b40e60de16f57c0 | |
parent | a6ea095a16f72ca5deb1a7074e00ce6f47794bfb (diff) | |
download | eclipse.platform.swt-93a6e03e9ee1e576228a1543e1550206304ceb84.tar.gz eclipse.platform.swt-93a6e03e9ee1e576228a1543e1550206304ceb84.tar.xz eclipse.platform.swt-93a6e03e9ee1e576228a1543e1550206304ceb84.zip |
fix help string for english
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties index 43f0477280..4694ad7a72 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties +++ b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties @@ -12,7 +12,7 @@ SWT_Yes=Yes SWT_No=No SWT_OK=OK SWT_Cancel=Cancel -SWT_Help=Ajuda +SWT_Help=Help SWT_Abort=Abort SWT_Retry=Retry SWT_Ignore=Ignore |