-rw-r--r-- | bin/kdepim/korganizer/germantranslation.txt | 7 | ||||
-rw-r--r-- | korganizer/mainwindow.cpp | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/bin/kdepim/korganizer/germantranslation.txt b/bin/kdepim/korganizer/germantranslation.txt index ed6a1c1..350d6b1 100644 --- a/bin/kdepim/korganizer/germantranslation.txt +++ b/bin/kdepim/korganizer/germantranslation.txt @@ -507,6 +507,5 @@ { "Import last file","Importiere letzte Datei" }, { "Import Opie/Qtopia Cal.","Importiere Opie/Qtopia Kal." }, -{ "Load Calendar Backup","Lade Kalender Backup" }, -{ "Save Calendar Backup...","Speichere Kalender Backup..." }, +{ "Save Backup...","Speichere Backup..." }, { "Export VCalendar","Exportiere VCalendar" }, { "Manage new categories...","Verwalte neue Kategorien..." }, @@ -582,5 +581,5 @@ { "Organizer","Organisator" }, { "Save","Speichern" }, -{ "Exit (+save)","Beenden (+ speichern)" }, +{ "Exit (+save)","Beenden(+speichern)" }, { "Home","Zuhause" }, { "Office","Büro" }, @@ -1044,5 +1043,5 @@ { "ME","ME" }, { "Toolbar","Toolbar" }, -{ "Undo Delete...","Löschen rückgängig machen..." }, +{ "Undo Delete...","Undo Löschen..." }, { "Undo Delete","Löschen rückgängig machen" }, { "KDE Sync HowTo...","KDE Sync HowTo..." }, diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 501eed5..862d437 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1066,5 +1066,5 @@ void MainWindow::initActions() connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); #endif - action = new QAction( "save_cal", i18n("Save Calendar Backup..."), 0, + action = new QAction( "save_cal", i18n("Save Backup..."), 0, this ); action->addTo( importMenu ); |