[Xfce4-commits] <xfce4-panel:master> Pager: Fix typo in row warning.

Nick Schermer noreply at xfce.org
Sun Mar 27 11:50:01 CEST 2011


Updating branch refs/heads/master
         to 81102a9fb954d95935f3a5461503bfcc051b1822 (commit)
       from 072a4a367473a2cd43721138dd358eb411d7ee96 (commit)

commit 81102a9fb954d95935f3a5461503bfcc051b1822
Author: Sean Middleditch <sean at middleditch.us>
Date:   Fri Mar 4 20:00:52 2011 -0800

    Pager: Fix typo in row warning.

 docs/manual           |    2 +-
 plugins/pager/pager.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/manual b/docs/manual
index 11667d5..4e42f13 160000
--- a/docs/manual
+++ b/docs/manual
@@ -1 +1 @@
-Subproject commit 11667d5582a8898098cfd2304acc90a0ed5ab5e5
+Subproject commit 4e42f13a3797e0a3e93180dababa37d5c7c74c46
diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index 949a856..9bb9df9 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -216,7 +216,7 @@ pager_plugin_set_property (GObject      *object,
             {
               if (!wnck_pager_set_n_rows (WNCK_PAGER (plugin->pager), plugin->rows))
                 g_message ("Failed to set the number of pager rows. You probably "
-                           "have more then 1 pager in your panel setup.");
+                           "have more than 1 pager in your panel setup.");
             }
           else
             pager_buttons_set_n_rows (XFCE_PAGER_BUTTONS (plugin->pager), plugin->rows);
@@ -294,7 +294,7 @@ pager_plugin_screen_layout_changed (PagerPlugin *plugin)
       wnck_pager_set_display_mode (WNCK_PAGER (plugin->pager), WNCK_PAGER_DISPLAY_CONTENT);
       if (!wnck_pager_set_n_rows (WNCK_PAGER (plugin->pager), plugin->rows))
         g_message ("Failed to set the number of pager rows. You probably "
-                   "have more then 1 pager in your panel setup.");
+                   "have more than 1 pager in your panel setup.");
       wnck_pager_set_orientation (WNCK_PAGER (plugin->pager), orientation);
     }
   else



More information about the Xfce4-commits mailing list