Mercurial > silverbladetech
diff Chronosv2/source/Presentation/Windows/DesktopSerializer.cs @ 19:09d18d6e5f40
airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Thu, 15 Mar 2012 06:59:15 +0000 |
parents | 443821e55f06 |
children |
line wrap: on
line diff
--- a/Chronosv2/source/Presentation/Windows/DesktopSerializer.cs Wed Mar 14 18:06:36 2012 +0700 +++ b/Chronosv2/source/Presentation/Windows/DesktopSerializer.cs Thu Mar 15 06:59:15 2012 +0000 @@ -127,8 +127,8 @@ IShowMessageViewService showMessageService = ViewServiceLocator.GetViewService<IShowMessageViewService>(); showMessageService.ButtonSetup = DialogButton.Ok; - showMessageService.Caption = "Chronos - Error en la carga del escritorio"; - showMessageService.Text = "No ha sido posible realizar la carga del escritorio."; + showMessageService.Caption = "Error loading the desktop"; + showMessageService.Text = "It was not possible to load the desktop."; showMessageService.ShowMessage(); } @@ -147,8 +147,8 @@ IShowMessageViewService showMessageService = ViewServiceLocator.GetViewService<IShowMessageViewService>(); showMessageService.ButtonSetup = DialogButton.Ok; - showMessageService.Caption = "Chronos - Error al guardar el estado del escritorio"; - showMessageService.Text = "No ha sido posible al guardar el estado del escritorio."; + showMessageService.Caption = "Failed to save your desktop state"; + showMessageService.Text = "Unable to save your desktop state."; showMessageService.ShowMessage(); }