extend erromsg

This commit is contained in:
stubbfel
2013-08-15 13:04:04 +02:00
parent fd8ea7ccb7
commit c1136de32a
4 changed files with 8 additions and 9 deletions

View File

@@ -8,13 +8,13 @@
namespace CampusAppWP8.Pages.Mensa
{
using System;
using System.Windows;
using System.Windows.Navigation;
using CampusAppWP8.Feed.GeoApi;
using CampusAppWP8.Feed.Mensa;
using Microsoft.Phone.Controls;
using System.Windows;
using CampusAppWP8.Utility.Lui.MessageBoxes;
using CampusAppWP8.Resources;
using CampusAppWP8.Utility.Lui.MessageBoxes;
using Microsoft.Phone.Controls;
/// <summary>
/// Class for the MensaPage
@@ -95,8 +95,7 @@ namespace CampusAppWP8.Pages.Mensa
#region private
/// <summary>
/// Method will be execute if the SPSAPI is ready
///
/// Method will be execute if the SPSAPI is ready
/// </summary>
private void SpsApiIsReady()
{

View File

@@ -8,15 +8,15 @@
namespace CampusAppWP8.Pages
{
using System;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Navigation;
using CampusAppWP8.Resources;
using CampusAppWP8.Utility;
using CampusAppWP8.Utility.Lui.MessageBoxes;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Shell;
using System.Threading;
using CampusAppWP8.Utility.Lui.MessageBoxes;
/// <summary>
/// Class for the StartPage

View File

@@ -565,7 +565,7 @@ namespace CampusAppWP8.Resources {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Der aktuelle Campus konnte nicht ermittelt werden ähnelt.
/// Sucht eine lokalisierte Zeichenfolge, die Der aktuelle Campus konnte nicht ermittelt werden. Es wird der im Profil festgelegten Campus verwendet. ähnelt.
/// </summary>
public static string MsgBox_ErrorCampusLoc {
get {

View File

@@ -393,7 +393,7 @@
<value>Appeinstellungen</value>
</data>
<data name="MsgBox_ErrorCampusLoc" xml:space="preserve">
<value>Der aktuelle Campus konnte nicht ermittelt werden</value>
<value>Der aktuelle Campus konnte nicht ermittelt werden. Es wird der im Profil festgelegten Campus verwendet.</value>
</data>
<data name="MsgBox_ErrorHeader" xml:space="preserve">
<value>Fehler</value>