mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 05:11:02 -04:00
FIX: formating of function
This commit is contained in:
parent
16c6c0cff1
commit
693cef2af1
2 changed files with 12 additions and 12 deletions
|
@ -1296,8 +1296,8 @@ void GxsChannelPostsWidgetWithModel::insertChannelDetails(const RsGxsChannelGrou
|
|||
case 90: sync_string = tr("3 months"); break;
|
||||
case 180: sync_string = tr("6 months"); break;
|
||||
case 365: sync_string = tr("1 year"); break;
|
||||
case 1095: sync_string = tr("3 years") ; break;
|
||||
case 1825: sync_string = tr("5 years") ; break;
|
||||
case 1095: sync_string = tr("3 years"); break;
|
||||
case 1825: sync_string = tr("5 years"); break;
|
||||
case 0: sync_string = tr("indefinitely"); break;
|
||||
default:
|
||||
sync_string = tr("Unknown");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue