[Xfce4-commits] [apps/mousepad] 01/01: New line can't be printed in status bar (Bug #11050)
noreply at xfce.org
noreply at xfce.org
Sat May 18 23:32:45 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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/mousepad.
commit 9075773bac6656421f159b62574cac7705ccb30c
Author: Sergey Alyoshin <alyoshin.s at gmail.com>
Date: Sat May 18 18:32:07 2019 -0300
New line can't be printed in status bar (Bug #11050)
This patch will also add string to translation.
---
mousepad/mousepad-style-scheme-action.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mousepad/mousepad-style-scheme-action.c b/mousepad/mousepad-style-scheme-action.c
index 26d0ca8..bda34a0 100644
--- a/mousepad/mousepad-style-scheme-action.c
+++ b/mousepad/mousepad-style-scheme-action.c
@@ -209,7 +209,7 @@ mousepad_style_scheme_action_set_style_scheme (MousepadStyleSchemeAction *self,
authors = (gchar**) gtk_source_style_scheme_get_authors (scheme);
author = g_strjoinv (", ", authors);
- tooltip = g_strdup_printf ("%s\n\nAuthors: %s\nFilename: %s",
+ tooltip = g_strdup_printf (_("%s | Authors: %s | Filename: %s"),
gtk_source_style_scheme_get_description (scheme),
author,
gtk_source_style_scheme_get_filename (scheme));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list