[gnome-maps] Replace WLAN with Wi-Fi



commit c1e8d8e07c4c67e4a82a41b616d96db6c7de3c19
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sun Feb 14 22:05:03 2016 +0100

    Replace WLAN with Wi-Fi

 src/osmEditDialog.js |    2 +-
 src/translations.js  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/osmEditDialog.js b/src/osmEditDialog.js
index 069e883..90db095 100644
--- a/src/osmEditDialog.js
+++ b/src/osmEditDialog.js
@@ -183,7 +183,7 @@ Adding this when appropriate can enhance searchability of places and locations."
         type: EditFieldType.COMBO,
         options: [['yes', _("Yes")],
                   ['no', _("No")],
-                  ['wlan', _("WLAN")],
+                  ['wlan', _("Wi-Fi")],
                   ['wired', _("Wired")],
                   ['terminal', _("Terminal")],
                   ['service', _("Service")]]
diff --git a/src/translations.js b/src/translations.js
index 98d88e7..3b78e91 100644
--- a/src/translations.js
+++ b/src/translations.js
@@ -338,7 +338,7 @@ function translateInternetAccess(string) {
     /* Translators:
      * This means a WLAN Hotspot, also know as wireless, wifi or Wi-Fi.
      */
-    case 'wlan': return _("WLAN");
+    case 'wlan': return _("Wi-Fi");
 
     /* Translators:
      * This means a a place where you can plug in your laptop with ethernet.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]