Trim whitespace from command.stash

This commit is contained in:
Manuel Sommerhalder 2017-11-28 15:43:13 +01:00 committed by Kai Maetzel
parent a25c3980e7
commit 6e90f8995d

View file

@ -47,7 +47,7 @@
"command.publish": "Branch veröffentlichen",
"command.showOutput": "Git-Ausgabe anzeigen",
"command.ignore": "Datei zu .gitignore hinzufügen",
"command.stash": " Stash ausführen",
"command.stash": "Stash ausführen",
"command.stashPop": "Pop für Stash ausführen...",
"command.stashPopLatest": "Pop für letzten Stash ausführen",
"config.enabled": "Gibt an, ob Git aktiviert ist.",
@ -70,4 +70,4 @@
"colors.untracked": "Farbe für nicht verfolgte Ressourcen.",
"colors.ignored": "Farbe für ignorierte Ressourcen.",
"colors.conflict": "Farbe für Ressourcen mit Konflikten."
}
}