Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2021-12-03 19:11:21 +0300
committerAllan Nordhøy <epost@anotheragency.no>2021-12-03 19:11:21 +0300
commitb70d2ceca29f30679ab9448b4b0646f07c25994d (patch)
tree15e425cb05a97e2e5714f35033909feae67af8c8 /src/remmina_log.c
parentf86cbf2db12e6cfd35e60e0529bd382abfe120e9 (diff)
Message about debugging info reworked
Diffstat (limited to 'src/remmina_log.c')
-rw-r--r--src/remmina_log.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/remmina_log.c b/src/remmina_log.c
index 5e1a7d747..403887cf6 100644
--- a/src/remmina_log.c
+++ b/src/remmina_log.c
@@ -130,7 +130,7 @@ void remmina_log_start(void)
gtk_header_bar_set_has_subtitle (GTK_HEADER_BAR (header), FALSE);
/* Stats */
GtkWidget *getstat = gtk_button_new ();
- gtk_widget_set_tooltip_text (getstat, _("Paste sytem information in the Remmina debugging window"));
+ gtk_widget_set_tooltip_text (getstat, _("Paste sytem info in the Remmina debugging window"));
GIcon *icon = g_themed_icon_new ("edit-paste-symbolic");
GtkWidget *image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_BUTTON);
g_object_unref (icon);
@@ -150,10 +150,10 @@ void remmina_log_start(void)
gtk_widget_show_all(log_window);
}
- remmina_log_print(_("This window can help you finding connections problems.\n"
+ remmina_log_print(_("This window can help you find connection problems.\n"
"You can stop and start the logging at any moment using the On/Off switch.\n"
- "The stats button (Ctrl+T), may be useful to gather system information that you may share while reporting a bug.\n"
- "For more information on debugging Remmina see : https://gitlab.com/Remmina/Remmina/-/wikis/Usage/Remmina-debugging\n"
+ "The stats button (Ctrl+T), can be useful to gather system info you may share when reporting a bug.\n"
+ "There is more info about debugging Remmina on https://gitlab.com/Remmina/Remmina/-/wikis/Usage/Remmina-debugging\n"
));
}