mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
Replace french word "pourcentage" by percentage
This commit is contained in:
@@ -169,7 +169,7 @@ xfer_buffer_refresh (const char *hotlist)
|
||||
strcat (progress_bar, "] ");
|
||||
}
|
||||
|
||||
/* computes pourcentage */
|
||||
/* computes percentage */
|
||||
if (ptr_xfer->size < 1024*10)
|
||||
num_unit = 0;
|
||||
else if (ptr_xfer->size < 1024*1024)
|
||||
|
||||
Reference in New Issue
Block a user