From ff12a32b6432342f7a5d65761beb622c6acb8c55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Gst=C3=A4dtner?= <thomas@gstaedtner.net>
Date: Wed, 14 Nov 2012 23:15:51 +0100
Subject: [PATCH 02/10] config: all other strings here have punctuation :)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>
---
 trunk/e/src/bin/e_config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trunk/e/src/bin/e_config.c b/trunk/e/src/bin/e_config.c
index f072eda..14852d9 100644
--- a/trunk/e/src/bin/e_config.c
+++ b/trunk/e/src/bin/e_config.c
@@ -2244,7 +2244,7 @@ _e_config_eet_close_handle(Eet_File *ef, char *file)
         break;
 
       case EET_ERROR_WRITE_ERROR_OUT_OF_SPACE:
-        erstr = _("You ran out of space while writing the file");
+        erstr = _("You ran out of space while writing the file.");
         break;
 
       case EET_ERROR_WRITE_ERROR_FILE_CLOSED:
-- 
1.8.0

