netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=3a8e779a046547e60cacab63865fed66d219ec0e

commit 3a8e779a046547e60cacab63865fed66d219ec0e
Author: Alastair Poole <nets...@gmail.com>
Date:   Sat Nov 14 00:11:14 2020 +0000

    tweak: practice makes proficient?
---
 CREDITS                   |  25 +++++++++++++------------
 data/icons/evisum_cpu.png | Bin 1284 -> 10385 bytes
 data/icons/evisum_mem.png | Bin 7856 -> 11050 bytes
 data/images/cpu.png       | Bin 1284 -> 10385 bytes
 data/images/memory.png    | Bin 7857 -> 11050 bytes
 src/bin/ui/ui_disk.c      |   2 +-
 6 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/CREDITS b/CREDITS
index 30d5ed9..f208db6 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1,7 +1,11 @@
 # Artwork
 
-Beautiful background images of the sky by rasterman.
-In the public domain.
+Linux Mascot (Tux)
+
+   A redraw by Josef Norlin based on the original Tux logo by Larry Ewing
+   (created in the original GIMP).
+
+Beautiful background images of the sky by rasterman. In the public domain.
 
 # About Evisum (Imagery)
 
@@ -9,12 +13,12 @@ Lichfield Cathedral - West Midlands Constabulary.
 
 https://www.flickr.com/photos/westmidlandspolice/6305971762
 
-This work is licensed under a Creative Commons
-Attribution-ShareAlike 2.0 Generic License. See,
-https://creativecommons.org/licenses/by-sa/2.0/.
+This work is licensed under a Creative Commons Attribution-ShareAlike 2.0
+Generic License. See, https://creativecommons.org/licenses/by-sa/2.0/.
+
+An aerial photograph of the city, modified heavily from the original by the
+software author.
 
-An aerial photograph of the city, modified heavily
-from the original by the software author.
 
 # Thanks
 
@@ -24,14 +28,11 @@ Especially OnlyHuman, thrice, Peter2121, ApBBB...
 
 Philippe Jean Guillaumie <simi...@orange.fr>
 
-For his relentless commitment to translation of EFL and
-our growing application eco-system.
+For his relentless commitment to translation of EFL and our growing application
+eco-system.
 
 okra (Stephen Houston) <smhousto...@gmail.com>
 
-For his work on Enlightenment and from which gave me a
-good base to begin with.
-
 Apostolos Bartziokas <barz...@gmail.com>
 
 For his testing, feedback and original icon.
diff --git a/data/icons/evisum_cpu.png b/data/icons/evisum_cpu.png
index 61fd1f9..472a192 100644
Binary files a/data/icons/evisum_cpu.png and b/data/icons/evisum_cpu.png differ
diff --git a/data/icons/evisum_mem.png b/data/icons/evisum_mem.png
index e8783a2..7dc6a55 100644
Binary files a/data/icons/evisum_mem.png and b/data/icons/evisum_mem.png differ
diff --git a/data/images/cpu.png b/data/images/cpu.png
index 61fd1f9..472a192 100644
Binary files a/data/images/cpu.png and b/data/images/cpu.png differ
diff --git a/data/images/memory.png b/data/images/memory.png
index 7fa8fb7..7dc6a55 100644
Binary files a/data/images/memory.png and b/data/images/memory.png differ
diff --git a/src/bin/ui/ui_disk.c b/src/bin/ui/ui_disk.c
index e96242b..2a6effa 100644
--- a/src/bin/ui/ui_disk.c
+++ b/src/bin/ui/ui_disk.c
@@ -492,7 +492,7 @@ ui_win_disk_add(Ui *ui)
    evas_object_size_hint_weight_set(btn, EXPAND, EXPAND);
    evas_object_size_hint_align_set(btn, FILL, FILL);
    evas_object_show(btn);
-   elm_object_text_set(btn, _("FS"));
+   elm_object_text_set(btn, _("Type"));
    evas_object_smart_callback_add(btn, "clicked", _btn_fs_clicked_cb, NULL);
    _btn_icon_state_set(btn, 0);
    elm_table_pack(tbl, btn, i++, 0, 1, 1);

-- 


Reply via email to