# HG changeset patch # User Guido Berhoerster # Date 1531555059 -7200 # Node ID f783ba95ec4adfb599f63b63dcb5450f99f8c938 # Parent d7d2ac4dbac65e2a56809980b930f448411a02a7 Set application indicator title The title property is displayed by some implementations in the menu and/or in the tooltip. diff -r d7d2ac4dbac6 -r f783ba95ec4a pui-application.c --- a/pui-application.c Tue Jul 10 13:06:09 2018 +0200 +++ b/pui-application.c Sat Jul 14 09:57:39 2018 +0200 @@ -486,6 +486,7 @@ self->indicator = app_indicator_new(APPLICATION_ID, "system-software-update", APP_INDICATOR_CATEGORY_APPLICATION_STATUS); + app_indicator_set_title(self->indicator, _("Package Update Indicator")); /* get menu from builder and add it to the indicator */ builder = gtk_builder_new_from_resource("/org/guido-berhoerster/code/"