diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n.cpp | 4 | ||||
-rw-r--r-- | src/menuorg.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/i18n.cpp b/src/i18n.cpp index 4ab94b2..9b89348 100644 --- a/src/i18n.cpp +++ b/src/i18n.cpp @@ -25,8 +25,8 @@ const tI18nPhrase Phrases[] = { { - "failed to load XML file", - "Konnte XML Datei nicht laden", + "Failed to load config file", + "Konnte Konfigurationsdatei nicht laden", "", "", "", diff --git a/src/menuorg.cpp b/src/menuorg.cpp index 3e56982..57d424a 100644 --- a/src/menuorg.cpp +++ b/src/menuorg.cpp @@ -43,7 +43,7 @@ const char* MenuOrgPlugin::MainMenuEntry(void) { if(_subMenuProvider->getSomeError()) { - return tr("failed to load XML file"); + return tr("Failed to load config file"); } else return NULL; |