mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Updated theme template, changed default lastactivity format
This commit is contained in:
parent
06afcb5964
commit
09cd288186
@ -855,7 +855,7 @@ _get_default_string(preference_t pref)
|
||||
case PREF_TIME_STATUSBAR:
|
||||
return "%H:%M";
|
||||
case PREF_TIME_LASTACTIVITY:
|
||||
return "%d-%m-%y %H:%M:%S";
|
||||
return "%d/%m/%y %H:%M:%S";
|
||||
case PREF_PGP_LOG:
|
||||
return "redact";
|
||||
default:
|
||||
|
@ -54,7 +54,13 @@ beep=
|
||||
flash=
|
||||
splash=
|
||||
wrap=
|
||||
time=
|
||||
time.console=
|
||||
time.chat=
|
||||
time.muc=
|
||||
time.mucconfig=
|
||||
time.private=
|
||||
time.xmlconsole=
|
||||
time.lastactivity=
|
||||
time.statusbar=
|
||||
privileges=
|
||||
presence=
|
||||
|
Loading…
Reference in New Issue
Block a user