[Stacomir-commits] r316 - pkg/stacomir/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 18 21:34:50 CET 2017


Author: briand
Date: 2017-03-18 21:34:50 +0100 (Sat, 18 Mar 2017)
New Revision: 316

Modified:
   pkg/stacomir/R/BilanMigrationInterAnnuelle.r
Log:
small change in gettext to put the domain

Modified: pkg/stacomir/R/BilanMigrationInterAnnuelle.r
===================================================================
--- pkg/stacomir/R/BilanMigrationInterAnnuelle.r	2017-03-18 20:34:15 UTC (rev 315)
+++ pkg/stacomir/R/BilanMigrationInterAnnuelle.r	2017-03-18 20:34:50 UTC (rev 316)
@@ -218,7 +218,7 @@
 	
 	if (!silent){
 		choice2<-gWidgets::gconfirm(gettextf("Some data differ between t_bilanjournalier_bjo table, this means that they have been changed after the last bilanmigration was run,  
-								do you want to load them again for calculation ?"),
+								do you want to load them again for calculation ?",domain="R-StacomiR"),
 				handler=reload_years_with_error)
 	} else {
 		reload_years_with_error(h=NULL)



More information about the Stacomir-commits mailing list