Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv18977
Modified Files:
serendipity_lang_en.inc.php
Log Message:
Well, it sounds better :)
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_lang_en.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- serendipity_lang_en.inc.php 12 May 2003 14:58:35 -0000 1.5
+++ serendipity_lang_en.inc.php 18 May 2003 14:49:00 -0000 1.6
@@ -37,8 +37,8 @@
define("CLICK_CAT_TO_EDIT", "Click on a category to edit it");
define("CREATE_NEW_CAT", "Create New Category");
define("SELECT_IMAGE", "Select an image");
-define("I_WANT_THUMB", "I want to put the thumbnail in my entry.");
-define("I_WANT_BIG_IMAGE", "I want to put big image in my entry.");
+define("I_WANT_THUMB", "I want to insert the thumbnail in my entry.");
+define("I_WANT_BIG_IMAGE", "I want to insert the larger image in my entry.");
define("I_WANT_NO_LINK", " I don't want the image to be a hyperlink");
define("I_WANT_IT_TO_LINK", "I want it to link to this url:");
define("BACK", "Back");
|