poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/3] Obvious: Correct legacy string.


From: Egeyar Bagcioglu
Subject: [PATCH 3/3] Obvious: Correct legacy string.
Date: Wed, 24 Feb 2021 23:03:34 +0100

2020-02-24  Egeyar Bagcioglu  <egeyar@gmail.com>

        * poke/pk-cmd-ios.c (pk_cmd_close): Replace "The current file is now
        `%s'.\n" with "The current IOS is now `%s'.\n" for correctness and
        consistency.
---
 ChangeLog         | 6 ++++++
 poke/pk-cmd-ios.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3dc56889..98ae5d46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-24  Egeyar Bagcioglu  <egeyar@gmail.com>
+
+       * poke/pk-cmd-ios.c (pk_cmd_close): Replace "The current file is now
+       `%s'.\n" with "The current IOS is now `%s'.\n" for correctness and
+       consistency.
+
 2021-02-24  Egeyar Bagcioglu  <egeyar@gmail.com>
 
        * libpoke/ios-dev-file.c (ios_dev_file_close): Handle errors properly.
diff --git a/poke/pk-cmd-ios.c b/poke/pk-cmd-ios.c
index 2525cd9f..c72803e8 100644
--- a/poke/pk-cmd-ios.c
+++ b/poke/pk-cmd-ios.c
@@ -135,7 +135,7 @@ pk_cmd_close (int argc, struct pk_cmd_arg argv[], uint64_t 
uflags)
       else
         {
           if (poke_interactive_p && !poke_quiet_p)
-            pk_printf (_("The current file is now `%s'.\n"),
+            pk_printf (_("The current IOS is now `%s'.\n"),
                        pk_ios_handler (pk_ios_cur (poke_compiler)));
         }
     }
-- 
2.29.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]