From b485ffb756a87251f1c6d6046a150d7c453a5420 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 12 Jun 2019 12:02:58 +0200 Subject: [PATCH] fix git nls --- extensions/git/package.nls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index 302be3844d5..adff0134ed9 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -47,8 +47,8 @@ "command.pushForce": "Push (Force)", "command.pushTo": "Push to...", "command.pushToForce": "Push to... (Force)", - "command.pushWithTags": "Push (Follow Tags)", - "command.pushWithTagsForce": "Push (Follow Tags, Force)", + "command.pushFollowTags": "Push (Follow Tags)", + "command.pushFollowTagsForce": "Push (Follow Tags, Force)", "command.addRemote": "Add Remote", "command.removeRemote": "Remove Remote", "command.sync": "Sync", -- GitLab