]> git.street.me.uk Git - andy/viking.git/blobdiff - src/bing.c
Some spelling fixes in a comment
[andy/viking.git] / src / bing.c
index 3c399bc0136458f5deb42372c709d78aaf298201..e4ab9ed65eab6f4a0ece7c594f5e3b0505baf970 100644 (file)
@@ -39,7 +39,7 @@
 /* initialisation */
 void bing_init () {
        VikMapSource *bing_aerial = VIK_MAP_SOURCE
-         (bing_map_source_new_with_id (MAP_ID_BING_AERIAL, "Bing Bird's Eye Maps", API_KEY));
+         (bing_map_source_new_with_id (MAP_ID_BING_AERIAL, _("Bing Aerial"), API_KEY));
 
        maps_layer_register_map_source (bing_aerial);