[nautilus-actions] nautilus-actions-run: mark two new strings for translation



commit bc250eec72c4759f50317a4bb4bbbc3b7c53b2b6
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon May 17 05:48:42 2010 +0200

    nautilus-actions-run: mark two new strings for translation

 ChangeLog                        |    5 +++++
 src/utils/nautilus-actions-run.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2540901..dd3fec7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-17 Pierre Wieser <pwieser trychlos org>
+
+	* src/utils/nautilus-actions-run.c:
+	Mark two new strings for translation.
+
 2010-04-14 Pierre Wieser <pwieser trychlos org>
 
 	* NEWS: Update before release.
diff --git a/src/utils/nautilus-actions-run.c b/src/utils/nautilus-actions-run.c
index 2dc9159..68d15e8 100644
--- a/src/utils/nautilus-actions-run.c
+++ b/src/utils/nautilus-actions-run.c
@@ -148,7 +148,7 @@ main( int argc, char** argv )
 	dump_targets( targets );
 
 	if( g_list_length( targets ) == 0 ){
-		g_print( "No current selection. Nothing to do. Exiting.\n" );
+		g_print( _( "No current selection. Nothing to do. Exiting.\n" ));
 		exit( status );
 	}
 
@@ -159,7 +159,7 @@ main( int argc, char** argv )
 
 	profile = get_profile_for_targets( action, targets );
 	if( !profile ){
-		g_print( "No valid profile is candidate to execution. Exiting...\n" );
+		g_print( _( "No valid profile is candidate to execution. Exiting.\n" ));
 		exit( status );
 	}
 	g_debug( "%s: profile %p found", thisfn, ( void * ) profile );



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