Skip to content

Commit d41668f

Browse files
kyu08stefanhaller
authored andcommitted
Fix last branch to previous branch in TranslationSet.CheckoutByNameTooltip
1 parent c75d92f commit d41668f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/keybindings/Keybindings_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
170170
| `` o `` | Create pull request | |
171171
| `` O `` | View create pull request options | |
172172
| `` <c-y> `` | Copy pull request URL to clipboard | |
173-
| `` c `` | Checkout by name | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
173+
| `` c `` | Checkout by name | Checkout by name. In the input box you can enter '-' to switch to the previous branch. |
174174
| `` - `` | Checkout previous branch | |
175175
| `` F `` | Force checkout | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
176176
| `` d `` | Delete | View delete options for local/remote branch. |

docs/keybindings/Keybindings_ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
206206
| `` o `` | 풀 리퀘스트 생성 | |
207207
| `` O `` | 풀 리퀘스트 생성 옵션 | |
208208
| `` <c-y> `` | 풀 리퀘스트 URL을 클립보드에 복사 | |
209-
| `` c `` | 이름으로 체크아웃 | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
209+
| `` c `` | 이름으로 체크아웃 | Checkout by name. In the input box you can enter '-' to switch to the previous branch. |
210210
| `` - `` | Checkout previous branch | |
211211
| `` F `` | 강제 체크아웃 | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
212212
| `` d `` | 삭제 | View delete options for local/remote branch. |

docs/keybindings/Keybindings_nl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
103103
| `` o `` | Maak een pull-request | |
104104
| `` O `` | Bekijk opties voor pull-aanvraag | |
105105
| `` <c-y> `` | Kopieer de URL van het pull-verzoek naar het klembord | |
106-
| `` c `` | Uitchecken bij naam | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
106+
| `` c `` | Uitchecken bij naam | Checkout by name. In the input box you can enter '-' to switch to the previous branch. |
107107
| `` - `` | Checkout previous branch | |
108108
| `` F `` | Forceer checkout | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
109109
| `` d `` | Delete | View delete options for local/remote branch. |

docs/keybindings/Keybindings_ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ _Связки клавиш_
204204
| `` o `` | Создать запрос на принятие изменений | |
205205
| `` O `` | Создать параметры запроса принятие изменений | |
206206
| `` <c-y> `` | Скопировать URL запроса на принятие изменений в буфер обмена | |
207-
| `` c `` | Переключить по названию | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
207+
| `` c `` | Переключить по названию | Checkout by name. In the input box you can enter '-' to switch to the previous branch. |
208208
| `` - `` | Checkout previous branch | |
209209
| `` F `` | Принудительное переключение | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
210210
| `` d `` | Delete | View delete options for local/remote branch. |

docs/keybindings/Keybindings_zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ _說明:`<c-b>` 表示 Ctrl+B、`<a-b>` 表示 Alt+B,`B`表示 Shift+B
279279
| `` o `` | 建立拉取請求 | |
280280
| `` O `` | 建立拉取請求選項 | |
281281
| `` <c-y> `` | 複製拉取請求的 URL 到剪貼板 | |
282-
| `` c `` | 根據名稱檢出 | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
282+
| `` c `` | 根據名稱檢出 | Checkout by name. In the input box you can enter '-' to switch to the previous branch. |
283283
| `` - `` | Checkout previous branch | |
284284
| `` F `` | 強制檢出 | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
285285
| `` d `` | 刪除 | View delete options for local/remote branch. |

pkg/i18n/english.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ func EnglishTranslationSet() *TranslationSet {
11821182
ForceCheckout: "Force checkout",
11831183
ForceCheckoutTooltip: "Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch.",
11841184
CheckoutByName: "Checkout by name",
1185-
CheckoutByNameTooltip: "Checkout by name. In the input box you can enter '-' to switch to the last branch.",
1185+
CheckoutByNameTooltip: "Checkout by name. In the input box you can enter '-' to switch to the previous branch.",
11861186
CheckoutPreviousBranch: "Checkout previous branch",
11871187
RemoteBranchCheckoutTitle: "Checkout {{.branchName}}",
11881188
RemoteBranchCheckoutPrompt: "How would you like to check out this branch?",

0 commit comments

Comments
 (0)