From 2cdece64e06bde81bc28d6257d39bbbc877dd556 Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Fri, 4 Mar 2011 20:00:52 -0800 Subject: [PATCH 2/6] Typo fix --- 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 -- 1.7.4.1