From c2d03231737f6db32257404aeac17bd627ba8f0b Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 26 Dec 2023 11:07:09 +0600 Subject: [PATCH] Localisation fixes, tooltips fiexes --- source/ubl-settings-logging.c | 2 +- ubl-settings-logging.glade | 4 ++-- ubl-settings-logging.pot | 8 ++++++++ ubl-settings-logging_ru.po | 12 ++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c index e03a6d8..31c5e13 100644 --- a/source/ubl-settings-logging.c +++ b/source/ubl-settings-logging.c @@ -2830,7 +2830,7 @@ void on_start_stop_clicked(GtkButton *self, main_window *widgets){ yon_launch(start_command); gtk_list_store_set(widgets->ServicesList,&iter,0,1,-1); gtk_image_set_from_icon_name(GTK_IMAGE(gtk_button_get_image(self)),stop_icon_name,GTK_ICON_SIZE_BUTTON); - gtk_widget_set_tooltip_text(widgets->ServicesEnableDisableButton,STOP_SERVICE_LABEL); + gtk_widget_set_tooltip_text(widgets->ServicesStartStopButton,STOP_SERVICE_LABEL); } } } diff --git a/ubl-settings-logging.glade b/ubl-settings-logging.glade index ac75bca..c489b60 100644 --- a/ubl-settings-logging.glade +++ b/ubl-settings-logging.glade @@ -874,7 +874,7 @@ translated and supported by community. False True True - Stop service + Start service image5