[gnome-user-share] Miscellaneous string fixes
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share] Miscellaneous string fixes
- Date: Fri, 3 Aug 2012 20:07:46 +0000 (UTC)
commit 7ef376ece6f2830fd0f2cf961235e91426a9ebf6
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Apr 25 22:10:14 2010 +0100
Miscellaneous string fixes
Some minor string fixes.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=614280
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=616428
data/desktop_gnome_file_sharing.schemas.in | 6 +++---
src/share-extension.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/desktop_gnome_file_sharing.schemas.in b/data/desktop_gnome_file_sharing.schemas.in
index 3549da5..37efe39 100644
--- a/data/desktop_gnome_file_sharing.schemas.in
+++ b/data/desktop_gnome_file_sharing.schemas.in
@@ -9,7 +9,7 @@
<default>false</default>
<locale name="C">
<short>Share Public directory over the network</short>
- <long>If this is true, the Public directory in the users home directory will be shared over the network when the user is logged in.</long>
+ <long>If this is true, the Public directory in the user's home directory will be shared over the network when the user is logged in.</long>
</locale>
</schema>
<schema>
@@ -31,7 +31,7 @@
<default>false</default>
<locale name="C">
<short>Share Public directory over Bluetooth</short>
- <long>If this is true, the Public directory in the users home directory will be shared over Bluetooth when the user is logged in.</long>
+ <long>If this is true, the Public directory in the user's home directory will be shared over Bluetooth when the user is logged in.</long>
</locale>
</schema>
<schema>
@@ -64,7 +64,7 @@
<default>false</default>
<locale name="C">
<short>Whether Bluetooth clients can send files using ObexPush.</short>
- <long>If this is true, Bluetooth devices can send files to the user's Downloads directory when logged in.</long>
+ <long>If this is true, Bluetooth devices can send files to the user's Downloads directory when the user is logged in.</long>
</locale>
</schema>
<schema>
diff --git a/src/share-extension.c b/src/share-extension.c
index 6a1b73f..944a26b 100644
--- a/src/share-extension.c
+++ b/src/share-extension.c
@@ -66,7 +66,7 @@ launch_process (char **argv, GtkWindow *parent)
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING,
- GTK_BUTTONS_OK, _("Unable to launch the Personal File Sharing preferences"));
+ GTK_BUTTONS_OK, _("Unable to launch the Personal File Sharing Preferences"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]