diff options
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/api/StashDropCommand.java')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/api/StashDropCommand.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/StashDropCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/StashDropCommand.java index e4431c37b1..6cbcd06735 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/api/StashDropCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/StashDropCommand.java @@ -219,7 +219,7 @@ public class StashDropCommand extends GitCommand<ObjectId> { FileUtils.delete(stashFile); if (!stashLockFile.renameTo(stashFile)) throw new JGitInternalException(MessageFormat.format( - JGitText.get().couldNotWriteFile, + JGitText.get().renameFileFailed, stashLockFile.getPath(), stashFile.getPath())); } } catch (IOException e) { |