Changeset 6721eef9b2c8afc7192f2acde01bf661087fd148

Show
Ignore:
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:
4 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r93adb9e r6721eef  
     1Version 0.? (????-??-??): 
     2 
     3        - clarify prefs label regarding activation while available 
     4 
    15Version 0.5.2 (2010-02-01): 
    26 
  • i18n/pidgin-awayonlock.pot

    re3cc7b2 r6721eef  
    5454 
    5555#: prefs.c:65 
    56 msgid "Activate only if available" 
     56msgid "Activate only if current status set to available" 
    5757msgstr "" 
  • i18n/pt_BR.po

    re3cc7b2 r6721eef  
    6868 
    6969#: prefs.c:65 
    70 msgid "Activate only if available" 
    71 msgstr "Ativar somente quando disponível" 
     70msgid "Activate only if current status set to available" 
     71msgstr "Ativar somente quando o status atual for disponível" 
    7272 
    7373#~ msgid "" 
  • prefs.c

    reac542b r6721eef  
    6363        g_list_free(statuses); 
    6464 
    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")); 
    6666        purple_plugin_pref_frame_add(frame, ppref); 
    6767