-rw-r--r-- | bin/kdepim/korganizer/germantranslation.txt | 4 | ||||
-rw-r--r-- | korganizer/koviewmanager.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt index 5f1bee4..05044ab 100644 --- a/bin/kdepim/korganizer/germantranslation.txt +++ b/bin/kdepim/korganizer/germantranslation.txt @@ -1274,6 +1274,6 @@ { "List week view","Listenwochenansicht" }, { "List week","Listenwochenansicht" }, -{ "","" }, -{ "","" }, +{ "Next Week","Nächste Woche" }, +{ "Previous Week","Vorherige Woche" }, { "","" }, { "","" }, diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index e22f096..ac67b58 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp @@ -90,5 +90,5 @@ void KOViewManager::readSettings(KConfig *config) if (view == "WhatsNext") showWhatsNextView(); else if (view == "Month") { - if ( KOPrefs::instance()->mMonthViewWeek ) + if ( !KOPrefs::instance()->mMonthViewWeek ) showMonthView(); else |