From 2053fe0bc9ac2eb5acb89c90c90280b6c2de7b97 Mon Sep 17 00:00:00 2001 From: z31s1g Date: Thu, 4 Feb 2016 06:45:18 +0100 Subject: gui: add german translation also correct typo in all language files also remove dummy language files for ES and FI german translation was done on omni crowdin by multiple translators: https://crowdin.com/project/OmniROM/de# result was updated in line with latest changes (as of 02032016) to en.xml Change-Id: Iddd8dbee7e050833a4dc61174288514d408267f7 Signed-off-by: z31s1g --- partitionmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'partitionmanager.cpp') diff --git a/partitionmanager.cpp b/partitionmanager.cpp index 89580d069..71b6557ce 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -855,7 +855,7 @@ bool TWPartitionManager::Restore_Partition(TWPartition* Part, string Restore_Nam } time(&Stop); TWFunc::SetPerformanceMode(false); - gui_msg(Msg("restort_part_done=[{1} done ({2} seconds)]")(Part->Backup_Display_Name)((int)difftime(Stop, Start))); + gui_msg(Msg("restore_part_done=[{1} done ({2} seconds)]")(Part->Backup_Display_Name)((int)difftime(Stop, Start))); return true; } -- cgit v1.2.3