[Xfce4-commits] [xfce/xfdesktop] 02/02: Add translation string for Trash desktop icon
noreply at xfce.org
noreply at xfce.org
Mon Feb 27 07:12:21 CET 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit 24e61f6d8759ae9b400fc1be3c1666c79d61b2c9
Author: ToZ <tony.paulic at gmail.com>
Date: Mon Feb 27 09:10:11 2017 +0300
Add translation string for Trash desktop icon
Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
src/xfdesktop-special-file-icon.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/xfdesktop-special-file-icon.c b/src/xfdesktop-special-file-icon.c
index 4c85b57..b9b9fff 100644
--- a/src/xfdesktop-special-file-icon.c
+++ b/src/xfdesktop-special-file-icon.c
@@ -295,6 +295,8 @@ xfdesktop_special_file_icon_peek_label(XfdesktopIcon *icon)
return _("Home");
else if(XFDESKTOP_SPECIAL_FILE_ICON_FILESYSTEM == special_file_icon->priv->type)
return _("File System");
+ else if(XFDESKTOP_SPECIAL_FILE_ICON_TRASH == special_file_icon->priv->type)
+ return _("Trash");
else
return info ? g_file_info_get_display_name(info) : NULL;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list