[Xfce4-commits] [xfce/xfdesktop] 01/01: Make a couple of strings translatable (Bug #14374)
noreply at xfce.org
noreply at xfce.org
Fri May 25 04:31:52 CEST 2018
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 xfce/xfdesktop.
commit 381ff9485f0fc37e8829e4d5b0a208fdf237d585
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu May 24 23:31:31 2018 -0300
Make a couple of strings translatable (Bug #14374)
---
src/xfdesktop-file-icon-manager.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/xfdesktop-file-icon-manager.c b/src/xfdesktop-file-icon-manager.c
index 055e0e3..919ebb2 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -1690,7 +1690,7 @@ xfdesktop_file_icon_manager_populate_context_menu(XfceDesktop *desktop,
/* Menu popup on an icon */
/* Cut */
img = gtk_image_new_from_icon_name("edit-cut", GTK_ICON_SIZE_MENU);
- mi = xfdesktop_menu_create_menu_item_with_mnemonic("Cu_t", img);
+ mi = xfdesktop_menu_create_menu_item_with_mnemonic(_("Cu_t"), img);
gtk_widget_show(mi);
gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
if(multi_sel || xfdesktop_file_icon_can_delete_file(file_icon)) {
@@ -1702,7 +1702,7 @@ xfdesktop_file_icon_manager_populate_context_menu(XfceDesktop *desktop,
/* Copy */
img = gtk_image_new_from_icon_name("edit-copy", GTK_ICON_SIZE_MENU);
- mi = xfdesktop_menu_create_menu_item_with_mnemonic("_Copy", img);
+ mi = xfdesktop_menu_create_menu_item_with_mnemonic(_("_Copy"), img);
gtk_widget_show(mi);
gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
g_signal_connect(G_OBJECT(mi), "activate",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list