* [EGIT PATCH] Remove unused NLS messages and texts
@ 2008-12-31 10:47 Robin Rosenberg
2008-12-31 15:44 ` Shawn O. Pearce
0 siblings, 1 reply; 2+ messages in thread
From: Robin Rosenberg @ 2008-12-31 10:47 UTC (permalink / raw)
To: spearce; +Cc: git, Robin Rosenberg
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
---
.../src/org/spearce/egit/core/CoreText.java | 14 --------------
.../src/org/spearce/egit/core/coretext.properties | 6 ------
2 files changed, 0 insertions(+), 20 deletions(-)
diff --git a/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java b/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java
index a750117..d048d07 100644
--- a/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java
+++ b/org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java
@@ -14,11 +14,6 @@
* Possibly Translated strings for the Egit plugin.
*/
public class CoreText extends NLS {
- /** */
- public static String AssumeUnchangedOperation_failed;
-
- /** */
- public static String AssumeUnchangedOperation_adding;
/** */
public static String UpdateOperation_updating;
@@ -84,15 +79,6 @@
public static String Error_CanonicalFile;
/** */
- public static String CheckpointJob_writing;
-
- /** */
- public static String CheckpointJob_name;
-
- /** */
- public static String CheckpointJob_failed;
-
- /** */
public static String CloneOperation_title;
/** */
diff --git a/org.spearce.egit.core/src/org/spearce/egit/core/coretext.properties b/org.spearce.egit.core/src/org/spearce/egit/core/coretext.properties
index 04ca28f..2578a5f 100644
--- a/org.spearce.egit.core/src/org/spearce/egit/core/coretext.properties
+++ b/org.spearce.egit.core/src/org/spearce/egit/core/coretext.properties
@@ -48,12 +48,6 @@ The resource cannot be moved, renamed or deleted due to an internal error.
Error_CanonicalFile=Unable to determine a canonical file path.
-CheckpointJob_name=Git checkpoint: {0}
-CheckpointJob_writing=Writing
-CheckpointJob_writingBlobs=modified blobs
-CheckpointJob_writingTrees=modified trees
-CheckpointJob_failed=Failed to write modified objects.
-
CloneOperation_title=Cloning from {0}
ListRemoteOperation_title=Getting remote branches information
--
1.6.1.rc3.56.gd0306
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-31 15:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31 10:47 [EGIT PATCH] Remove unused NLS messages and texts Robin Rosenberg
2008-12-31 15:44 ` Shawn O. Pearce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).