diff src/xs_config.c @ 424:faf12767a6f1

Preparing for internationalization.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Dec 2006 21:43:04 +0000
parents d2e6682d3ef8
children 6357b7fe5b0d
line wrap: on
line diff
--- a/src/xs_config.c	Sat Dec 30 07:40:05 2006 +0000
+++ b/src/xs_config.c	Sun Dec 31 21:43:04 2006 +0000
@@ -307,8 +307,7 @@
 			break;
 
 		default:
-			xs_error
-			    ("Internal: Unsupported setting type found while reading configuration file. Please report to author!\n");
+			xs_error(_("Internal: Unsupported setting type found while reading configuration file. Please report to author!\n"));
 			break;
 		}
 	}
@@ -372,8 +371,7 @@
 			break;
 
 		default:
-			xs_error
-			    ("Internal: Unsupported setting type found while writing configuration file. Please report to author!\n");
+			xs_error(_("Internal: Unsupported setting type found while writing configuration file. Please report to author!\n"));
 			break;
 		}
 	}