Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-01-19 21:35:28 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-02-09 07:36:57 (GMT)
commitfcf26ca03bd9c916e808c476d5269884d432a3ae (patch)
tree7d874fd1447ab436b8e1695b7becad3e2a48637c /extensions
parent1392889ee02a5eaadcde599a8c3ba7cec88386f7 (diff)
Fix capitalisation of acronyms marked for translation SL#2789
Signed-off-by: Ajay Garg <ajay@activitycentral.com> Acked-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/deviceicon/network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
index 213fa41..1beeb88 100644
--- a/extensions/deviceicon/network.py
+++ b/extensions/deviceicon/network.py
@@ -347,7 +347,7 @@ class GsmPalette(Palette):
def _get_error_by_nm_reason(self, reason):
if reason in [network.NM_DEVICE_STATE_REASON_NO_SECRETS,
network.NM_DEVICE_STATE_REASON_GSM_PIN_CHECK_FAILED]:
- message = _('Check your Pin/Puk configuration.')
+ message = _('Check your PIN/PUK configuration.')
elif reason in [network.NM_DEVICE_STATE_REASON_PPP_DISCONNECT,
network.NM_DEVICE_STATE_REASON_PPP_FAILED]:
message = _('Check your Access Point Name ' \