From e55e5795ac1e05fdc19e0958ccfffb26e3cd1081 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 23 Oct 2010 22:40:22 +0200 Subject: [PATCH] Enhance description of Sone creation. --- src/main/resources/i18n/sone.en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 00ad9ff..43996a1 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -32,7 +32,7 @@ Page.Login.LoadSone.Label.InsertURI=Sone Insert URI: Page.Login.LoadSone.Button.LoadSone=Load Sone Page.Login.CreateSone.Title=Create Sone -Page.Login.CreateSone.Description=Use this function if you want to create a completely new Sone, either at a location of your choosing or a new, random location. +Page.Login.CreateSone.Description=Use this function if you want to create a completely new Sone, either at a location of your choosing or a new, random location. The name you specify can later be overridden in your profile, this name is just used when your Sone has not yet been completely downloaded by other people or when your profile is empty. Page.Login.CreateSone.Label.RequestURI=Sone Request URI: Page.Login.CreateSone.Label.InsertURI=Sone Insert URI: Page.Login.CreateSone.Label.Name=Sone name: -- 2.7.4