[Xfce4-commits] [panel-plugins/xfce4-statusnotifier-plugin] 01/01: Replace some string constants
noreply at xfce.org
noreply at xfce.org
Mon Jul 24 23:00:57 CEST 2017
This is an automated email from the git hooks/post-receive script.
n i n e t l s 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 panel-plugins/xfce4-statusnotifier-plugin.
commit f2c3a540d50e12e25c666f4b874af8eceb449c02
Author: Viktor Odintsev <ninetls at xfce.org>
Date: Tue Jul 25 00:00:22 2017 +0300
Replace some string constants
---
panel-plugin/sn-dialog.glade | 2 +-
panel-plugin/sn-plugin.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/sn-dialog.glade b/panel-plugin/sn-dialog.glade
index 693c72b..c7d2a2e 100644
--- a/panel-plugin/sn-dialog.glade
+++ b/panel-plugin/sn-dialog.glade
@@ -116,7 +116,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">If enabled, ensure that the items are laid out in a single row or column</property>
+ <property name="tooltip_text" translatable="yes">If enabled, ensure that the items are laid out in a single row</property>
<property name="use_action_appearance">False</property>
<property name="draw_indicator">True</property>
</object>
diff --git a/panel-plugin/sn-plugin.c b/panel-plugin/sn-plugin.c
index 3dff055..8b742ab 100644
--- a/panel-plugin/sn-plugin.c
+++ b/panel-plugin/sn-plugin.c
@@ -182,7 +182,7 @@ sn_plugin_show_about (XfcePanelPlugin *panel_plugin)
"license", xfce_get_license_text (XFCE_LICENSE_TEXT_GPL),
"version", PACKAGE_VERSION,
"program-name", PACKAGE_NAME,
- "comments", _("Provides a panel area for status notifier items (application indicators)."),
+ "comments", _("Provides a panel area for status notifier items (application indicators)"),
"website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin",
"authors", auth,
NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list