[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 04/05: Another translation hint

noreply at xfce.org noreply at xfce.org
Tue Jan 15 22:48:36 CET 2019


This is an automated email from the git hooks/post-receive script.

t   i   m   y   s   t   e   r   y       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-sensors-plugin.

commit 094cfaf80513d47d2ce446660cc254dd1471e1e8
Author: Fabian <timystery at arcor.de>
Date:   Tue Jan 15 22:45:34 2019 +0100

    Another translation hint
---
 panel-plugin/sensors-plugin.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index adf19e2..67426b2 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -2221,6 +2221,9 @@ add_cover_rows_box (GtkWidget * vbox, t_sensors_dialog * sd)
 
     if (xfce_panel_plugin_get_mode(sd->sensors->plugin) != XFCE_PANEL_PLUGIN_MODE_DESKBAR)
     {
+        // The Xfce 4 panel can have several rows or columns. With such a mode,
+        //  the plugins are allowed to span over all available rows/columns.
+        //  When translating, "cover" might be replaced by "use" or "span".
         myCheckBox = gtk_check_button_new_with_mnemonic (_("_Cover all panel rows/columns"));
         gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(myCheckBox), sd->sensors->cover_panel_rows);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list