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:
1 modified

Legend:

Unmodified
Added
Removed
  • 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