summaryrefslogtreecommitdiff
path: root/uui/source/lockfailed.src
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/lockfailed.src')
-rw-r--r--uui/source/lockfailed.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/lockfailed.src b/uui/source/lockfailed.src
index 2384e43e0ed7..5eeba410e23f 100644
--- a/uui/source/lockfailed.src
+++ b/uui/source/lockfailed.src
@@ -27,11 +27,11 @@ String STR_LOCKFAILED_TITLE
};
String STR_LOCKFAILED_MSG
{
- Text [ en-US ] = "The file could not be locked for exclusive access by %PRODUCTNAME, due to missing permission to create a lock file on that file location.";
+ Text [ en-US ] = "The lock file could not be created for exclusive access by %PRODUCTNAME, due to missing permission to create a lock file on that file location or lack of free disk space.";
};
-String STR_LOCKFAILED_DONTSHOWAGAIN
+String STR_LOCKFAILED_OPENREADONLY_BTN
{
- Text [ en-US ] = "~Do not show this message again";
+ Text [ en-US ] = "Open ~Read-Only";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */