[Xfce4-commits] [apps/mousepad] 01/01: Add string to translation (Bug #11049)
noreply at xfce.org
noreply at xfce.org
Sat May 18 23:43:37 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 63f7ecdedc5e309b88abfa88fe1386dbdc250151
Author: Sergey Alyoshin <alyoshin.s at gmail.com>
Date: Sat May 18 18:43:26 2019 -0300
Add string to translation (Bug #11049)
---
mousepad/mousepad-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mousepad/mousepad-window.c b/mousepad/mousepad-window.c
index 06db5cd..a5231c4 100644
--- a/mousepad/mousepad-window.c
+++ b/mousepad/mousepad-window.c
@@ -3776,7 +3776,7 @@ mousepad_window_action_open (GtkAction *action,
gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER (chooser), hbox);
gtk_widget_show (hbox);
- label = gtk_label_new_with_mnemonic ("_Encoding:");
+ label = gtk_label_new_with_mnemonic (_("_Encoding:"));
gtk_misc_set_alignment (GTK_MISC (label), 1.0, 0.5);
gtk_box_pack_start (GTK_BOX (hbox), label, TRUE, TRUE, 0);
gtk_widget_show (label);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list