diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py
index 90598179..a7295f48 100644
--- a/resources/lib/librarysync.py
+++ b/resources/lib/librarysync.py
@@ -149,7 +149,7 @@ class LibrarySync(threading.Thread):
 
         except (KeyError, TypeError):
             log.error("Failed to retrieve latest updates using fast sync.")
-            xbmcgui.Dialog().ok(language(29999), language(33095))
+            xbmcgui.Dialog().ok(lang(29999), lang(33095))
             return False
 
         else: