Remove profile command line description

This commit is contained in:
Jeremy Soller 2024-02-20 10:25:05 -07:00
parent 290b7b5993
commit 01052fae0b
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
4 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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 = プロファイルを追加

View file

@ -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

View file

@ -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(),