From: <aki...@us...> - 2006-12-16 00:59:42
|
Revision: 1103 http://svn.sourceforge.net/gridarta/?rev=1103&view=rev Author: akirschbaum Date: 2006-12-15 16:59:42 -0800 (Fri, 15 Dec 2006) Log Message: ----------- Change shortcut for 'undo' to CTRL+Y. Modified Paths: -------------- trunk/daimonin/src/daieditor/messages_de.properties trunk/daimonin/src/daieditor/messages_fr.properties trunk/daimonin/src/daieditor/messages_sv.properties trunk/src/app/net/sf/gridarta/messages.properties Modified: trunk/daimonin/src/daieditor/messages_de.properties =================================================================== --- trunk/daimonin/src/daieditor/messages_de.properties 2006-12-16 00:47:32 UTC (rev 1102) +++ trunk/daimonin/src/daieditor/messages_de.properties 2006-12-16 00:59:42 UTC (rev 1103) @@ -258,7 +258,7 @@ redo.shortdescription=Letztes R\xFCckg\xE4ngig wiederherstellen redo.longdescription=Stellt die zuletzt r\xFCckg\xE4ngig gemachte \xC4nderung wieder her. redo.mnemonic=R -redo.accel=ctrl shift pressed Z +redo.accel=ctrl pressed Y redo.error.text=Kann \xC4nderung nicht widerherstellen. clear.text=L\xF6schen Modified: trunk/daimonin/src/daieditor/messages_fr.properties =================================================================== --- trunk/daimonin/src/daieditor/messages_fr.properties 2006-12-16 00:47:32 UTC (rev 1102) +++ trunk/daimonin/src/daieditor/messages_fr.properties 2006-12-16 00:59:42 UTC (rev 1103) @@ -124,7 +124,7 @@ redo.shortdescription=R\xE9p\xE9ter la derni\xE8re action annul\xE9e redo.longdescription=R\xE9p\xE8te la derni\xE8re action annul\xE9e si cela est possible redo.mnemonic=R -redo.accel=ctrl shift pressed Z +redo.accel=ctrl pressed Y redo.error.text=Impossible de r\xE9p\xE9ter. clear.text=Effacer Modified: trunk/daimonin/src/daieditor/messages_sv.properties =================================================================== --- trunk/daimonin/src/daieditor/messages_sv.properties 2006-12-16 00:47:32 UTC (rev 1102) +++ trunk/daimonin/src/daieditor/messages_sv.properties 2006-12-16 00:59:42 UTC (rev 1103) @@ -440,7 +440,7 @@ redo.shortdescription=G\xF6r om senaste \xE4ndringen redo.longdescription=G\xF6r om den senast \xE5ngrade \xE4ndringen om m\xF6jligt redo.mnemonic=R -redo.accel=ctrl shift pressed Z +redo.accel=ctrl pressed Y redo.error.text=Kan inte g\xF6ra om clear.text=Rensa Modified: trunk/src/app/net/sf/gridarta/messages.properties =================================================================== --- trunk/src/app/net/sf/gridarta/messages.properties 2006-12-16 00:47:32 UTC (rev 1102) +++ trunk/src/app/net/sf/gridarta/messages.properties 2006-12-16 00:59:42 UTC (rev 1103) @@ -205,7 +205,7 @@ redo.shortdescription=Redo last undo action redo.longdescription=Redoes the last undone action if possible redo.mnemonic=R -redo.accel=ctrl shift pressed Z +redo.accel=ctrl pressed Y ################# # Map Arch Panel This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |