Changeset 6721eef9b2c8afc7192f2acde01bf661087fd148
- Timestamp:
- 03/25/10 13:34:43 (23 months ago)
- Author:
- Leo Antunes <leo@…>
- Parents:
- 93adb9ed34244bd5de6812535898c8563aa99de1
- git-committer:
- Leo Antunes <leo@…> (03/25/10 13:34:43)
- Message:
-
clarify prefs label regarding activation while available
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r93adb9e
|
r6721eef
|
|
| | 1 | Version 0.? (????-??-??): |
| | 2 | |
| | 3 | - clarify prefs label regarding activation while available |
| | 4 | |
| 1 | 5 | Version 0.5.2 (2010-02-01): |
| 2 | 6 | |
-
|
re3cc7b2
|
r6721eef
|
|
| 54 | 54 | |
| 55 | 55 | #: prefs.c:65 |
| 56 | | msgid "Activate only if available" |
| | 56 | msgid "Activate only if current status set to available" |
| 57 | 57 | msgstr "" |
-
|
re3cc7b2
|
r6721eef
|
|
| 68 | 68 | |
| 69 | 69 | #: prefs.c:65 |
| 70 | | msgid "Activate only if available" |
| 71 | | msgstr "Ativar somente quando disponÃvel" |
| | 70 | msgid "Activate only if current status set to available" |
| | 71 | msgstr "Ativar somente quando o status atual for disponÃvel" |
| 72 | 72 | |
| 73 | 73 | #~ msgid "" |
-
|
reac542b
|
r6721eef
|
|
| 63 | 63 | g_list_free(statuses); |
| 64 | 64 | |
| 65 | | ppref = purple_plugin_pref_new_with_name_and_label(AWAYONLOCK_PREF_AVAILABLE_ONLY, _("Activate only if available")); |
| | 65 | ppref = purple_plugin_pref_new_with_name_and_label(AWAYONLOCK_PREF_AVAILABLE_ONLY, _("Activate only if current status set to available")); |
| 66 | 66 | purple_plugin_pref_frame_add(frame, ppref); |
| 67 | 67 | |