mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 05:00:15 +01:00
tui: fix title of "Edit Connection" form (rh #1090397)
Form titles should be in titlecase; this was the only one that wasn't.
This commit is contained in:
parent
a54fa87108
commit
0c2586a786
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ nmt_editor_new (NMConnection *connection)
|
|||
return g_object_new (NMT_TYPE_EDITOR,
|
||||
"connection", connection,
|
||||
"type-data", type_data,
|
||||
"title", _("Edit connection"),
|
||||
"title", _("Edit Connection"),
|
||||
"fullscreen-vertical", TRUE,
|
||||
NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue