mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
window: Use ellipsis symbol
Strings with ellipsis must use the ellipsis symbol instead of three periods, as recommended by HIG[1]. Closes https://gitlab.gnome.org/GNOME/sysprof/-/issues/115 [1] https://developer.gnome.org/hig/guidelines/typography.html
This commit is contained in:
@ -635,7 +635,7 @@ sysprof_window_init (SysprofWindow *self)
|
||||
"show-sidebar");
|
||||
g_action_map_add_action (G_ACTION_MAP (self), G_ACTION (show_right_sidebar));
|
||||
|
||||
adw_window_title_set_title (self->stack_title, _("Loading..."));
|
||||
adw_window_title_set_title (self->stack_title, _("Loading…"));
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
|
||||
Reference in New Issue
Block a user