mbien commented on code in PR #4455:
URL: https://github.com/apache/netbeans/pull/4455#discussion_r939553770
##########
platform/janitor/src/org/netbeans/modules/janitor/Janitor.java:
##########
@@ -58,11 +58,34 @@
"# {1} - the days of abandonement",
"# {2} - the disk space can be reclaimed (in megabytes)",
"TIT_ABANDONED_USERDIR=NetBeans {0} was last used {1} days ago.",
+
+ "# {0} - the name of the abandoned cache dir.",
+ "# {1} - the disk space can be reclaimed (in megabytes)",
+ "TIT_ABANDONED_CACHEDIR=NetBeans cache directory {0} seems to be
abandoned.",
+
"# {0} - is the user directory name",
"# {1} - the days of abandonement",
"# {2} - the disk space can be reclaimed (in megabytes)",
"DESC_ABANDONED_USERDIR=Remove unused data and cache directories of
NetBeans {0}. "
+ "Free up {2} MB of disk space.",
+
+ "# {0} - is the cache directory name",
+ "# {1} - the disk space can be reclaimed (in megabytes)",
+ "DESC_ABANDONED_CACHEDIR=NetBeans does not found a user dir for "
+ + "cache dir {0}, so it maybe abandoned. "
Review Comment:
wait, you made it worse :D Just take what Neil wrote and paste it into the
file. He lives directly at the source (I think), we can trust him.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists