Skip to content

Commit

Permalink
Tweak config label for external BBSMENU dialog part2 (#1321)
Browse files Browse the repository at this point in the history
外部BBSMENUを登録・編集するダイアログの項目ラベルに誤りがあったため
訂正します。
  • Loading branch information
ma8ma committed Jan 8, 2024
1 parent c3896f2 commit 731a75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bbslist/addetcdialog.cpp
Expand Up @@ -67,7 +67,7 @@ AddEtcBBSMenuDialog::AddEtcBBSMenuDialog( Gtk::Window* parent, const bool edit,
, m_label_supplement{ Glib::ustring{ edit ? "「OK」を押すとBBSMENUをダウンロードして更新します。"
: "「OK」を押すとBBSMENUをダウンロードして板一覧の下部に追加します。" }
+ "\nこの機能は実験的なサポートのため変更または廃止の可能性があります。" }
, m_label_name{ "板名(_N):", true }
, m_label_name{ "BBSMENU名(_N):", true }
, m_label_url{ "アドレス(_U):", true }
{
set_default_size( 600, -1 );
Expand Down

0 comments on commit 731a75e

Please sign in to comment.