diff options
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index e0455a194..4db7b43c1 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -681,7 +681,7 @@ build_net_state_message (const char *uri, EmbedState flags) } else if (flags & EMBED_STATE_STOP) { - msg = _("Done."); + msg = (""); } } |