Skip to content

Commit

Permalink
Change repository "Title" to "Name" in the source editor
Browse files Browse the repository at this point in the history
Make column label "Title" in Source editor's Repositories tab match
"Name" used in Repositories view and Repository object editor.

Fixes #13258.
  • Loading branch information
emyoulation authored and Nick-Hall committed Apr 16, 2024
1 parent ce8c7e6 commit 5f4fd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gui/editors/displaytabs/repoembedlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class RepoEmbedList(EmbeddedList, DbGUIElement):
# (name, sortcol in model, width, markup/text, weigth_col
_column_names = [
(_("ID"), 0, 75, TEXT_COL, -1, None),
(_("Title"), 1, 200, TEXT_COL, -1, None),
(_("Name"), 1, 200, TEXT_COL, -1, None),
(_("Call Number"), 2, 125, TEXT_COL, -1, None),
(_("Type"), 3, 100, TEXT_COL, -1, None),
(_("Private"), 4, 30, ICON_COL, -1, "gramps-lock"),
Expand Down

0 comments on commit 5f4fd96

Please sign in to comment.