OSDN Git Service

Clarify translator comment.
authorJames Teh <jamie@nvaccess.org>
Fri, 25 Oct 2013 21:52:31 +0000 (07:52 +1000)
committerJames Teh <jamie@nvaccess.org>
Fri, 25 Oct 2013 21:52:31 +0000 (07:52 +1000)
source/gui/configProfiles.py

index 0d6842e..14cc2d0 100644 (file)
@@ -122,7 +122,7 @@ class ProfilesDialog(wx.Dialog):
                                # in the Configuration Profiles dialog.\r
                                states.append(_("manual"))\r
                        if profile.triggered:\r
-                               # Translators: Reported for a profile which has been triggered\r
+                               # Translators: Reported for a profile which is currently triggered\r
                                # in the Configuration Profiles dialog.\r
                                states.append(_("triggered"))\r
                if states:\r