[Xfce4-commits] [apps/xfce4-terminal] 01/01: Translate a couple of error messages
noreply at xfce.org
noreply at xfce.org
Wed Jun 7 21:56:21 CEST 2017
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-terminal.
commit 1474db6eb4e88829d41ae48f5e39d36c5d53a577
Author: Igor <f2404 at yandex.ru>
Date: Wed Jun 7 15:56:09 2017 -0400
Translate a couple of error messages
---
terminal/terminal-app.c | 2 +-
terminal/terminal-screen.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/terminal/terminal-app.c b/terminal/terminal-app.c
index fd8b4ea..65bb260 100644
--- a/terminal/terminal-app.c
+++ b/terminal/terminal-app.c
@@ -937,7 +937,7 @@ terminal_app_process (TerminalApp *app,
}
else
{
- g_printerr ("Failed to connect to session manager: %s\n", err->message);
+ g_printerr (_("Failed to connect to session manager: %s\n"), err->message);
g_error_free (err);
}
}
diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 81be30e..c5c2eb4 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -2287,7 +2287,7 @@ terminal_screen_set_encoding (TerminalScreen *screen,
if (charset == NULL)
g_get_charset (&charset);
if (!vte_terminal_set_encoding (VTE_TERMINAL (screen->terminal), charset, NULL)) {
- g_printerr("Failed to set encoding %s\n", charset);
+ g_printerr (_("Failed to set encoding %s\n"), charset);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list