Remove profile command line description
This commit is contained in:
parent
290b7b5993
commit
01052fae0b
4 changed files with 0 additions and 4 deletions
|
|
@ -6,7 +6,6 @@ new-terminal = New terminal
|
||||||
profiles = Profiles
|
profiles = Profiles
|
||||||
name = Name
|
name = Name
|
||||||
command-line = Command line
|
command-line = Command line
|
||||||
command-line-description = Custom command line to run, if set
|
|
||||||
tab-title = Tab title
|
tab-title = Tab title
|
||||||
tab-title-description = Override the default tab title
|
tab-title-description = Override the default tab title
|
||||||
add-profile = Add profile
|
add-profile = Add profile
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
profiles = プロファイル
|
profiles = プロファイル
|
||||||
name = 名前
|
name = 名前
|
||||||
command-line = コマンドライン
|
command-line = コマンドライン
|
||||||
command-line-description = 設定されると、このコマンドラインを実行します
|
|
||||||
tab-title = タブのイトル
|
tab-title = タブのイトル
|
||||||
tab-title-description = デフォルトのタブタイトルを無効にします
|
tab-title-description = デフォルトのタブタイトルを無効にします
|
||||||
add-profile = プロファイルを追加
|
add-profile = プロファイルを追加
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
profiles = Profiller
|
profiles = Profiller
|
||||||
name = İsim
|
name = İsim
|
||||||
command-line = Komut satırı
|
command-line = Komut satırı
|
||||||
command-line-description = Ayarlandığında çalışacak özel komut satırı
|
|
||||||
tab-title = Sekme başlığı
|
tab-title = Sekme başlığı
|
||||||
tab-title-description = Varsayılan sekme başlığını geçersiz kılar
|
tab-title-description = Varsayılan sekme başlığını geçersiz kılar
|
||||||
add-profile = Profil ekle
|
add-profile = Profil ekle
|
||||||
|
|
|
||||||
|
|
@ -594,7 +594,6 @@ impl App {
|
||||||
Message::ProfileCommand(profile_id, text)
|
Message::ProfileCommand(profile_id, text)
|
||||||
})
|
})
|
||||||
.into(),
|
.into(),
|
||||||
widget::text::caption(fl!("command-line-description")).into(),
|
|
||||||
])
|
])
|
||||||
.spacing(space_xxxs)
|
.spacing(space_xxxs)
|
||||||
.into(),
|
.into(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue