[gedit] Small indentation fix
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Small indentation fix
- Date: Fri, 22 Aug 2014 08:37:59 +0000 (UTC)
commit 55cf7782dee53f5fb69c0d4c723b54e8fd4f15a1
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Fri Aug 22 10:37:51 2014 +0200
Small indentation fix
gedit/gedit-commands-file.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gedit/gedit-commands-file.c b/gedit/gedit-commands-file.c
index bb8d5ba..7c04e9d 100644
--- a/gedit/gedit-commands-file.c
+++ b/gedit/gedit-commands-file.c
@@ -624,7 +624,7 @@ change_compression (GtkWindow *parent,
{
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("The file \"%s\" was previously saved as plain "
- "text and will now be saved using compression."),
+ "text and will now be saved using compression."),
name_for_display);
button_label = _("_Save Using Compression");
@@ -633,7 +633,7 @@ change_compression (GtkWindow *parent,
{
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("The file \"%s\" was previously saved "
- "using compression and will now be saved as plain text."),
+ "using compression and will now be saved as plain
text."),
name_for_display);
button_label = _("_Save As Plain Text");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]