Skip to content

Commit

Permalink
GTK notebook headers are normal text
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 17, 2020
1 parent aa229b0 commit 467b6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/miscellaneous/global_constants.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ char const *const str_change_passphrase_question = "Are you sure you want to cha
Strings formatted using Pango (which is the markup language GTK understands).
-----------------------------------------------------------------------------*/
char const *const msg_passphrase = "<span weight=\"bold\">Enter your passphrase to log in.</span>";
char const *const msg_manage = "<span weight=\"bold\">Manage Passwords</span>";
char const *const msg_manage = "<span weight=\"normal\">Manage Passwords</span>";
char const *const msg_manage_header = "<span weight=\"bold\">Type into the search box to display matching items.</span>";
char const *const msg_manage_website = "<span weight=\"bold\"> Website </span>";
char const *const msg_manage_username = "<span weight=\"bold\"> Username </span>";
char const *const msg_manage_password = "<span weight=\"bold\"> Password </span>";
char const *const msg_manage_error = "<span weight=\"bold\">No Matching Items</span>";
char const *const msg_edit_header = "<span weight=\"bold\">Fill these fields to update this item.</span>";
char const *const msg_add = "<span weight=\"bold\">Add New Password</span>";
char const *const msg_add = "<span weight=\"normal\">Add New Password</span>";
char const *const msg_add_header = "<span weight=\"bold\">Fill these fields to add a new password.</span>";
char const *const msg_change = "<span weight=\"bold\">Change Passphrase</span>";
char const *const msg_change = "<span weight=\"normal\">Change Passphrase</span>";
char const *const msg_change_header = "<span weight=\"bold\">Fill these fields to change the passphrase.</span>";

/*-----------------------------------------------------------------------------
Expand Down

0 comments on commit 467b6b6

Please sign in to comment.