[Polycasso-commit] SF.net SVN: polycasso:[219] trunk/polycasso/src/com/mebigfatguy/polycasso
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-01 04:20:30
|
Revision: 219
http://polycasso.svn.sourceforge.net/polycasso/?rev=219&view=rev
Author: dbrosius
Date: 2010-01-01 04:20:23 +0000 (Fri, 01 Jan 2010)
Log Message:
-----------
split the overwrite warning into two lines
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/resource.properties
trunk/polycasso/src/com/mebigfatguy/polycasso/resource_de.properties
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/resource.properties
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/resource.properties 2010-01-01 04:18:52 UTC (rev 218)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/resource.properties 2010-01-01 04:20:23 UTC (rev 219)
@@ -48,4 +48,4 @@
pc.enterurl = Enter URL (file or http) of image to use as a source
pc.badsetting = The setting specified was too small to properly function
pc.savefailure = Failed saving file: {0}
-pc.overwritewarning = The file {0} already exists, do you wish to overwrite it?
+pc.overwritewarning = The file {0} already exists,\ndo you wish to overwrite it?
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/resource_de.properties
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/resource_de.properties 2010-01-01 04:18:52 UTC (rev 218)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/resource_de.properties 2010-01-01 04:20:23 UTC (rev 219)
@@ -48,4 +48,4 @@
pc.enterurl = Geben Sie die URL (Datei-oder http) des Bildes als Quelle verwenden
pc.badsetting = Die Einstellung angegeben wurde zu klein, um die einwandfreie Funktion
pc.savefailure = Fehler beim Speichern der Datei: {0}
-pc.overwritewarning = Die Datei (0) existiert bereits, m\xF6chten Sie sie \xFCberschreiben?
+pc.overwritewarning = Die Datei (0) existiert bereits,\nm\xF6chten Sie sie \xFCberschreiben?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|