[epiphany] embed: Improve a label
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] embed: Improve a label
- Date: Tue, 15 Jan 2019 23:13:15 +0000 (UTC)
commit 8b6604d2e76904dd1c970927d1a01ca5a9d3a4ac
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Jan 15 17:12:17 2019 -0600
embed: Improve a label
embed/ephy-embed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index cfac6919c..926b1ebcd 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -820,7 +820,7 @@ ephy_embed_constructed (GObject *object)
info_bar = gtk_info_bar_new ();
gtk_info_bar_set_message_type (GTK_INFO_BAR (info_bar), GTK_MESSAGE_INFO);
/* Translators: this means WebDriver control. */
- label = gtk_label_new (_("Web is being controlled by automation"));
+ label = gtk_label_new (_("Web is being controlled by automation."));
gtk_box_pack_start (GTK_BOX (gtk_info_bar_get_content_area (GTK_INFO_BAR (info_bar))), label, FALSE,
FALSE, 0);
gtk_widget_show (label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]