Skip to content

Commit

Permalink
feat(status): name button tooltip (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Jul 18, 2024
1 parent 5b0f6fd commit 52270e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Status.vala
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
avatar.account = status.formal.account;
// translators: Tooltip text for avatars in posts.
// The variable is a string user handle.
avatar.tooltip_text = _("Open %s's Profile").printf (status.formal.account.handle);
name_button.tooltip_text = avatar.tooltip_text = _("Open %s's Profile").printf (status.formal.account.handle);

reactions = status.formal.compat_status_reactions;

Expand Down

0 comments on commit 52270e4

Please sign in to comment.