[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Replace three dots with horizontal ellipsis
noreply at xfce.org
noreply at xfce.org
Tue Oct 10 08:21:13 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i 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-notifyd.
commit 2d257496e45f8679fb47f14ca3be868b1419f7a2
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Oct 10 08:20:54 2017 +0200
Replace three dots with horizontal ellipsis
---
panel-plugin/notification-plugin-log.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/notification-plugin-log.c b/panel-plugin/notification-plugin-log.c
index c246c08..dcc7456 100644
--- a/panel-plugin/notification-plugin-log.c
+++ b/panel-plugin/notification-plugin-log.c
@@ -266,7 +266,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
g_signal_connect (mi, "toggled",
G_CALLBACK (dnd_toggled_cb), notification_plugin);
- mi = gtk_menu_item_new_with_mnemonic (_("_Notification settings..."));
+ mi = gtk_menu_item_new_with_mnemonic (_("_Notification settingsā¦"));
gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);
gtk_widget_show (mi);
g_signal_connect (mi, "activate", G_CALLBACK (notification_plugin_settings_activate_cb),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list