From 4a1bed82d732b54608342805bc7c5ecaf36cc3b2 Mon Sep 17 00:00:00 2001 From: Hermes Junior Date: Fri, 12 Jun 2020 00:02:35 +0200 Subject: Implement option to see removed comment. --- app/src/main/res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 032a47eb..fa9f039b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -276,6 +276,10 @@ Are you sure? Edit Delete + See Removed Comment + See Removed Post + Fetching removed comment + Could not find the removed comment Cancel OK Edit successful -- cgit v1.2.3 From 1b972aca2eb20cd7895ba20f015ba480a7f2ade6 Mon Sep 17 00:00:00 2001 From: Hermes Junior Date: Fri, 12 Jun 2020 16:30:56 +0200 Subject: Implement option to see removed post. --- app/src/main/res/values/strings.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fa9f039b..cddcf9bf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -61,6 +61,7 @@ Share Preview Report + See Removed Set as Wallpaper Error occurred when parsing the JSON response @@ -277,9 +278,10 @@ Edit Delete See Removed Comment - See Removed Post Fetching removed comment Could not find the removed comment + Fetching removed post + Could not find the removed post Cancel OK Edit successful -- cgit v1.2.3