[gnome-calculator/piotrdrag/dont-translate-gci: 2/2] gci: Remove gettext markers from strings in gci-entry-controller
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator/piotrdrag/dont-translate-gci: 2/2] gci: Remove gettext markers from strings in gci-entry-controller
- Date: Tue, 29 Oct 2019 23:30:24 +0000 (UTC)
commit e8cd93f69e4c047b9dde1380e6141471770e0067
Author: Piotr Drąg <piotrdrag gmail com>
Date: Thu Oct 24 15:41:24 2019 +0200
gci: Remove gettext markers from strings in gci-entry-controller
gci/gci-entry-controller.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gci/gci-entry-controller.vala b/gci/gci-entry-controller.vala
index 3824def2..58cb7319 100644
--- a/gci/gci-entry-controller.vala
+++ b/gci/gci-entry-controller.vala
@@ -49,7 +49,7 @@ public class GCi.EntryController : Object {
}
internal void setup () {
if (entry == null) {
- warning (_("No entry was set"));
+ warning ("No entry was set");
}
entry.secondary_icon_name = "accessories-calculator";
entry.secondary_icon_activatable = true;
@@ -77,7 +77,7 @@ public class GCi.EntryController : Object {
entry.text = r.expression.to_string ();
}
} catch (GLib.Error e) {
- warning (_("Math Expression evaluation error: %s"), e.message);
+ warning ("Math Expression evaluation error: %s", e.message);
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]