[nautilus-actions] Fix typo in plural management



commit 001771a3b44aa5c838a98b2c6724e3c2989679f6
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Mar 4 20:49:57 2010 +0100

    Fix typo in plural management

 src/nact/nact-main-menubar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nact/nact-main-menubar.c b/src/nact/nact-main-menubar.c
index bfc05a8..1b55a35 100644
--- a/src/nact/nact-main-menubar.c
+++ b/src/nact/nact-main-menubar.c
@@ -483,7 +483,7 @@ on_iactions_list_count_updated( NactMainWindow *window, gint menus, gint actions
 	mis->have_exportables = ( mis->list_actions > 0 );
 
 	/* i18n: note the space at the beginning of the sentence */
-	status = g_strdup_printf( _( " %d menus, %d actions, %d profiles are currently loaded" ), menus, actions, profiles );
+	status = g_strdup_printf( _( " %d menu(s), %d action(s), %d profile(s) are currently loaded" ), menus, actions, profiles );
 	nact_main_statusbar_display_status( window, MENUBAR_PROP_MAIN_STATUS_CONTEXT, status );
 	g_free( status );
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]