Login | Register
My pages Projects Community openCollabNet

Discussions > commits > subclipse svn commit: r5308 - trunk/subclipse/org.tigris.subversion.subclipse.core/src/org/tigris/subversion/subclipse/core/SVNTeamProviderType.java

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

subclipse svn commit: r5308 - trunk/subclipse/org.tigris.subversion.subclipse.core/src/org/tigris/subversion/subclipse/core/SVNTeamProviderType.java

Author selsemore
Full name Stephen Elsemore
Date 2012-02-14 11:45:28 PST
Message Author: selsemore
Date: 2012-02-14 11:45:28-0800
New Revision: 5308

Modified:
   trunk/subclipse/org.​tigris.subversion.su​bclipse.core/src/org​/tigris/subversion/s​ubclipse/core/SVNTea​mProviderType.java

Log:
Remove String externalization from core plugin.
Issue #: 1347


Modified: trunk/subclipse/org.​tigris.subversion.su​bclipse.core/src/org​/tigris/subversion/s​ubclipse/core/SVNTea​mProviderType.java
Url: http://subclipse.tig​ris.org/source/brows​e/subclipse/trunk/su​bclipse/org.tigris.s​ubversion.subclipse.​core/src/org/tigris/​subversion/subclipse​/core/SVNTeamProvide​rType.java?view=diff​&pathrev=5308​&r1=5307&r2=530​8
====================​====================​====================​==================
--- trunk/subclipse/org.​tigris.subversion.su​bclipse.core/src/org​/tigris/subversion/s​ubclipse/core/SVNTea​mProviderType.java (original)
+++ trunk/subclipse/org.​tigris.subversion.su​bclipse.core/src/org​/tigris/subversion/s​ubclipse/core/SVNTea​mProviderType.java 2012-02-14 11:45:28-0800
@@ -52,7 +52,7 @@
         List<IProject> projectsToShare = new ArrayList<IProject>();
         
         AutoShareJob() {
- super(Messages.SVNTe​amProviderType_0);
+ super("Auto-sharing imported subversion projects");
         }
 
         public boolean isQueueEmpty() {
@@ -129,7 +129,7 @@
                     command.execute();
                 } catch (SVNException e1) {
                     if (e1.getMessage() != null && e1.getMessage().cont​ains(SVNProviderPlug​in.UPGRADE_NEEDED)) {
- if (!SVNProviderPlugin.​handleQuestion(Messa​ges.SVNTeamProviderT​ype_1, project.getName() + Messages.SVNTeamProv​iderType_2)) {
+ if (!SVNProviderPlugin.​handleQuestion("Upgr​ade Working Copy", project.getName() + " appears to be managed by Subversion, but the working copy needs to be upgraded. Do you want to upgrade the working copy now?\n\nWarning: This operation cannot be undone.")) {
                             return;
                         }
                     }
@@ -199,7 +199,7 @@
                 
                 if (plugin == null || plugin.getSimpleDialogsHelper() == null){
                     if (++reschedCount > MAX_RETRIES){
- String errorString = "Subclipse core and/or ui didn't come up in " + MAX_RETRIES + Messages.SVNTeamProviderType_3; //$NON-NLS-1$
+ String errorString = "Subclipse core and/or ui didn't come up in " + MAX_RETRIES + " retries, failing."; //$NON-NLS-1$
                         System.err.println(e​rrorString); // Let it be visible to the user
                         throw new SVNException(errorString);
                     }
@@ -208,8 +208,8 @@
                 }
                 
                 if (!plugin.getSimpleDi​alogsHelper().prompt​YesNo(
- "Auto-add "+project.getName()+​Messages.SVNTeamProv​iderType_4, //$NON-NLS-1$
- "The new project \""+ project.getName() +Messages.SVNTeamProviderType_5 + //$NON-NLS-1$
+ "Auto-add "+project.getName()+" to source control", //$NON-NLS-1$
+ "The new project \""+ project.getName() +"\" was created in a subversion " + //$NON-NLS-1$
                           "controlled directory.\n\n" + //$NON-NLS-1$
                           "Would you like to automatically add it to source control?", true)) { //$NON-NLS-1$

« Previous message in topic | 1 of 1 | Next message in topic »

Messages

Show all messages in topic

subclipse svn commit: r5308 - trunk/subclipse/org.tigris.subversion.subclipse.core/src/org/tigris/subversion/subclipse/core/SVNTeamProviderType.java selsemore Stephen Elsemore 2012-02-14 11:45:28 PST
Messages per page: