diff --git a/i18n/en/cosmic_term.ftl b/i18n/en/cosmic_term.ftl index 4a4b0eb..60d1253 100644 --- a/i18n/en/cosmic_term.ftl +++ b/i18n/en/cosmic_term.ftl @@ -6,7 +6,6 @@ new-terminal = New terminal profiles = Profiles name = Name command-line = Command line -command-line-description = Custom command line to run, if set tab-title = Tab title tab-title-description = Override the default tab title add-profile = Add profile diff --git a/i18n/ja/cosmic_term.ftl b/i18n/ja/cosmic_term.ftl index 0f72bb7..4252b70 100644 --- a/i18n/ja/cosmic_term.ftl +++ b/i18n/ja/cosmic_term.ftl @@ -4,7 +4,6 @@ profiles = プロファイル name = 名前 command-line = コマンドライン -command-line-description = 設定されると、このコマンドラインを実行します tab-title = タブのイトル tab-title-description = デフォルトのタブタイトルを無効にします add-profile = プロファイルを追加 diff --git a/i18n/tr/cosmic-term.ftl b/i18n/tr/cosmic-term.ftl index e3fc534..4ff0f19 100644 --- a/i18n/tr/cosmic-term.ftl +++ b/i18n/tr/cosmic-term.ftl @@ -4,7 +4,6 @@ profiles = Profiller name = İsim command-line = Komut satırı -command-line-description = Ayarlandığında çalışacak özel komut satırı tab-title = Sekme başlığı tab-title-description = Varsayılan sekme başlığını geçersiz kılar add-profile = Profil ekle diff --git a/src/main.rs b/src/main.rs index f680c10..229834f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -594,7 +594,6 @@ impl App { Message::ProfileCommand(profile_id, text) }) .into(), - widget::text::caption(fl!("command-line-description")).into(), ]) .spacing(space_xxxs) .into(),